-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add more ways to make charts #5369
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
base: doc-prod
Are you sure you want to change the base?
Conversation
doc/python/renderers.md
Outdated
5. By [exporting to an HTML file](https://plotly.com/python/interactive-html-export/) and loading that file in a browser immediately or later | ||
6. By [rendering the figure to a static image file using Kaleido](https://plotly.com/python/static-image-export/) such as PNG, JPEG, SVG, PDF or EPS and loading the resulting file in any viewer | ||
|
||
Each of the first three approaches is discussed below. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this needs to change because (new) number 3 is not discussed on this page but (updated) number 4 is
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh sorry this is still in draft :)
Plotly's Python graphing library, `plotly.py`, gives you a wide range of options for how and where to display your figures. | ||
|
||
In general, there are five different approaches you can take in order to display `plotly` figures: | ||
In general, there are six different approaches you can take in order to display `plotly` figures: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see the value of a numbered list here (it's not like these are referenced by number later on the page). Rather than risk this coming off as a complex procedure to users who are skimming, let's make it an unordered list.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice improvements! Minor suggestions are non-blocking.
Co-authored-by: Jessica <[email protected]>
Co-authored-by: Jessica <[email protected]>
....