-
Notifications
You must be signed in to change notification settings - Fork 1
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
offsetgroup and alignmentgroup #211
Conversation
|
||
fig.show() | ||
``` | ||
Let's compare the impact of `offsetgroup` vs. `alignmentgroup`. |
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.
Could you please make this a title (Offsetgroup vs alignmentgroup) so that it appears in the nav bar and it's possible to link directly to this example? Same for the other traces.
x = [1,2,3], | ||
y = [2,3,4], | ||
xaxis = 'x', | ||
yaxis = 'y2')) |
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.
could you please define traces so that they use first "y" then "y2" etc.? The order can be a bit confusing.
fig.update_layout( | ||
xaxis = { | ||
'anchor': 'y'}, | ||
yaxis2 = { |
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.
here could you define y before defining y2? No big deal, but it's just that these examples can be a bit long so it helps if things are always in an expected order. Same for the other examples.
Just a couple of minor comments, thank you! |
Can we port this PR to the plotly.py repo please? :) |
No description provided.