-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed showlegend for plotly #123
Fixed showlegend for plotly #123
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to write a test for this? Or at least add an example to how this is used? Does it affect the older plots in any way, @nastya236 ?
Of course, writing test for this. I made some modifications in the last commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm for discrete! I guess the idea is if the data is continuous the legend could be a bar with a color gradient?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
325b5bf
into
AdaptiveMotorControlLab:stes/fix-plotly-legend-121
Fixed
showlegend
**kwargs
in plotly scatter 3D.