[plotting] gradient plot added

This commit is contained in:
mzwiessele 2015-10-05 19:42:13 +01:00
parent 9a953d382a
commit 829c329cf2
5 changed files with 1 additions and 1 deletions

View file

@ -142,7 +142,7 @@ def scatter_label_generator(labels, X, input_1, input_2=None, marker=None):
this_label = ul
if marker is not None:
m = marker.next()
m = next(marker)
index = np.nonzero(labels == ul)[0]