mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-04 01:02:39 +02:00
[plotting] gradient plot added
This commit is contained in:
parent
9a953d382a
commit
829c329cf2
5 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue