-
-
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
Provide a link to the px reference page on every chart page #2784
Comments
For interested contributors, the px reference page is https://plotly.com/python-api-reference/plotly.express.html. Please read the Readme in https://github.com/plotly/plotly.py/tree/master/doc to learn how the doc is organized and edited. |
@chriddyp @emmanuelle - I can work on this, can you please assign it to me. Reference I do see px site doesn't have documentation for all the charts like bubble, bullet and candlestick chart. |
Assigned! Yes, For the format it looks good, just put the plotly.express link first please. |
Sure, will do |
For the PX link it might be nice to have some link text like "function reference for |
How about this? Reference |
I would use something like this:
with the following code:
|
I have submitted pull request #2784. Please check. |
We currently link to the graph objects reference page, but not to the px sunburst page.
The text was updated successfully, but these errors were encountered: