Patch 7 - #2297
Conversation
|
Thank you so much for all these PRs to our documentation! The CI failures you're seeing here can either be ignored for this PR or removed by rebasing onto |
|
@nicolaskruchten thank you. I think I managed to rebase it (my first rebase). If not - feel free to correct me :) |
|
OK so it looks like your rebase worked but not on top of the latest changes. You can try something like: I suspect your local copy of Let me know if you run into any trouble! |
Set the 'updatemenu method' link directly to the method instead of the page header.
Bolded phrases and additional explanation in the "methods" section.
|
Did it, but please double-check :) I've been using |
|
thank you very much @SylwiaOliwia2 , merging ! 💃 |
Bolded phrases and additional explanations in the "method" section. The previous version can be misleading to non-heavy users.
doc/README.mdfiledoc-prodbranch OR it targets themasterbranchpxexample if at all possibleplotly.graph_objects as go/plotly.express as px/plotly.io as piodffig = <something>call is high up in each new/modified example (eitherpx.<something>ormake_subplotsorgo.Figure)fig.add_*andfig.update_*rather thango.Figure(data=..., layout=...)in every new/modified examplefig.add_shapeandfig.update_xaxesare used instead of bigfig.update_layoutcalls in every new/modified examplefig.show()is at the end of each new/modified exampleplotly.plot()andplotly.iplot()are not used in any new/modified example