Fixed scatter type in report_scatter3d to Union

This commit is contained in:
danmalowany-allegro
2020-01-06 18:12:00 +02:00
committed by GitHub
parent a3194ff17b
commit 457f0b71c8

View File

@@ -211,7 +211,7 @@ class Logger(object):
:param str title: Title (AKA metric) :param str title: Title (AKA metric)
:param str series: Series (AKA variant) :param str series: Series (AKA variant)
:param np.ndarray scatter: A scattered data: list of (pairs of x,y,z) (or numpy array) :param Union[np.ndarray, List] scatter: A scattered data: list of (pairs of x,y,z) (or numpy array)
or list of series [[(x1,y1,z1)...]] or list of series [[(x1,y1,z1)...]]
:param int iteration: Iteration number :param int iteration: Iteration number
:param str xaxis: optional x-axis title :param str xaxis: optional x-axis title