Changed List to list

This commit is contained in:
danmalowany-allegro 2020-01-06 18:27:56 +02:00 committed by GitHub
parent 457f0b71c8
commit b9ee824877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,7 +211,7 @@ class Logger(object):
:param str title: Title (AKA metric)
:param str series: Series (AKA variant)
:param Union[np.ndarray, List] 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)...]]
:param int iteration: Iteration number
:param str xaxis: optional x-axis title