-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
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. |
Hi guys, I have used Plotly quite a lot for my school work and I really enjoyed it. I'm hoping to make some contribution to this project. Are the issues here, besides the ones resolved in #2488, still up to date? Would love to pick something simple and get started! |
Hey, I want to make some contributions to Plotly as I have been using it a lot lately but this will be my first open-source contribution. So, I have to select any task from the checklist pinned at the top, right? Confirmation on this will be great and I'll start. |
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 Underlying plot data dissapears when animation frames are added #2423 (comment)mapbox
sourceattribution
update_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 etcappend_trace
somewhere, even just to say it's equivalent toadd_trace
except that it doesn't return the figure (for... reasons?)The text was updated successfully, but these errors were encountered: