[plotly] scatter plotting was defaulting to color='white'

This commit is contained in:
Max Zwiessele 2016-01-12 13:42:41 +00:00
parent f68001a84e
commit 4461e35c9e
3 changed files with 16 additions and 17 deletions

View file

@ -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)