Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Wishlist: doc examples wanted #1965
Comments
I've tagged this issue as a good first issue since some examples are quite easy to add (especially if the forum posts have some code examples). Items which have already been ticked are already done. Feel free to ask questions here if you would like to contribute an example but are unsure about how to do it. Please also refer to the doc README https://github.com/plotly/plotly.py/blob/master/doc/README.md |
Here is also a couple of searches with no result on the doc website, which should return something
|
I can help with that (I have experience with Plotly, but it's my first Open Source contribution). Are some of the tasks in progress? Or I can pick any that is not done? |
Thank you @SylwiaOliwia2! I've updated the list by ticking contributions in progress, it was indeed not completely up to date :-). You can also write here on which example you would like to work on, or tick the corresponding box so that we know you're working on it. Thanks again :-) |
I'll start with the following:
I'll keep updating this post about the tasks resolved by me. |
Add information about coloraxis in subplots. Issue plotly#1965.
@SylwiaOliwia2 thanks for your PRs! Regarding the histogram, what I meant is that you cannot access the count values from Python. As you show in the figure, you can indeed see the count in the hover but it stays in Javascript. Is this clear enough? This confused me a bit when I started using plotly.py |
Add information about coloraxis in subplots. Issue #1965.
I removed some of the completed examples from the list, so that the existing list is more readable. |
@emanuelle, regarding
The |
Is this issue still open? |
This issue is still open, although some have been addressed in #2488 which hasn't been merged yet. |
Most items coming from questions on the community forum
xref='paper'
. Also the shapes and annotations tutorial should link to each other.updatemenus
and changing animation speed in animations. See https://stackoverflow.com/questions/59070876/plotly-how-do-the-buttons-for-the-update-menus-really-work/59076340#59076340, https://community.plot.ly/t/scatter-animation-doesnt-work/31944 https://community.plot.ly/t/need-animation-example-with-scattermapbox/9720/10 https://community.plot.ly/t/how-to-slow-down-animation-in-plotly-express/31309/7update
method (modifying both traces and layout), as in the buttons tutorial https://plot.ly/python/custom-buttons/, and also an example usingrelayout
. Discussed in https://community.plot.ly/t/update-plot-with-restyle-method-get-the-current-selected-slider-value/36162/4.px.strip
, see https://community.plotly.com/t/make-a-violin-plot-with-only-points/37412/3. In box plot page, and add a link also in violin page.surfacecolor
in 3d surface tutorial. See this community post.go.Frame
to target only certain traces in updates #2423 (comment)mapbox
sourceattribution
update_scenes
and clarity on howupdate_xaxes
is 2d only #2483 ... similarly let's ensure there's an example somewhere in the docs for every update method: polar, ternary etcappend_trace
somewhere, even just to say it's equivalent toadd_trace
except that it doesn't return the figure (for... reasons?)