mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-27 14:25:16 +02:00
[plotly] scatter plotting was defaulting to color='white'
This commit is contained in:
parent
f68001a84e
commit
4461e35c9e
3 changed files with 16 additions and 17 deletions
|
|
@ -57,8 +57,6 @@ def _new_canvas(self, projection, kwargs, which_indices):
|
|||
zlabel = None
|
||||
else:
|
||||
zlabel = 'latent dimension %i' % input_3
|
||||
if 'color' not in kwargs:
|
||||
kwargs['color'] = 'white'
|
||||
canvas, kwargs = pl().new_canvas(projection=projection, xlabel='latent dimension %i' % input_1,
|
||||
ylabel='latent dimension %i' % input_2,
|
||||
zlabel=zlabel, **kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue