Open
Description
Most items coming from questions on the community forum
- a proper multicategory bar example based on https://community.plotly.com/t/multicategory-axis-type-example/26392example of shape or annotation covering several subplots thanks to
xref='paper'
. Also the shapes and annotations tutorial should link to each other.orthographic projection example in 3d axes tutorial (or 3d camera controls)improve explanations onupdatemenus
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/7in slider page https://plot.ly/python/sliders/, add example using theupdate
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.example usingpx.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.example of sparkline in scatter and line page. See this community post.example of how to usego.Frame
to target only certain traces in updates Underlying plot data dissapears when animation frames are added #2423 (comment)example of how to usemapbox
sourceattribution
example ofupdate_scenes
and clarity on howupdate_xaxes
is 2d only Updating layout of specific subplot #2483 ... similarly let's ensure there's an example somewhere in the docs for every update method: polar, ternary etcwe need an example ofappend_trace
somewhere, even just to say it's equivalent toadd_trace
except that it doesn't return the figure (for... reasons?)
Activity
emmanuelle commentedon Jan 23, 2020
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
[-]Wishlist: examples wanted[/-][+]Wishlist: doc examples wanted[/+]emmanuelle commentedon Feb 13, 2020
Here is also a couple of searches with no result on the doc website, which should return something
lasso
andbox selection
(we do have a page for selection-events but it's forFigureWidget
, we don't have anything for selections in plotly figures I believe, only in the config page maybe)io
modebar
create_gantt
,create_distplot
,create_trisurf
)SylwiaOliwia2 commentedon Feb 24, 2020
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?
emmanuelle commentedon Feb 24, 2020
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 :-)
SylwiaOliwia2 commentedon Feb 25, 2020
I'll start with the following:
I'll keep updating this post about the tasks resolved by me.
Update subplots.md
26 remaining items