Skip to content

Commit 1b370d4

Browse files
committed
Update renderers.md
1 parent 0e170d4 commit 1b370d4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/python/renderers.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@ jupyter:
3838

3939
Plotly's Python graphing library, `plotly.py`, gives you a wide range of options for how and where to display your figures.
4040

41-
In general, there are five different approaches you can take in order to display `plotly` figures:
41+
In general, there are six different approaches you can take in order to display `plotly` figures:
4242

4343
1. Using the `renderers` framework in the context of a script or notebook (the main topic of this page)
4444
2. Using [Dash](https://dash.plot.ly) in a web app context
45-
3. Using a [`FigureWidget` rather than a `Figure`](https://plotly.com/python/figurewidget/) in an [`ipywidgets` context](https://ipywidgets.readthedocs.io/en/stable/)
46-
4. By [exporting to an HTML file](https://plotly.com/python/interactive-html-export/) and loading that file in a browser immediately or later
47-
5. 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
45+
3. Using [Plotly Studio](https://plotly.com/studio) to generate charts using natural language
46+
4. Using a [`FigureWidget` rather than a `Figure`](https://plotly.com/python/figurewidget/) in an [`ipywidgets` context](https://ipywidgets.readthedocs.io/en/stable/)
47+
5. By [exporting to an HTML file](https://plotly.com/python/interactive-html-export/) and loading that file in a browser immediately or later
48+
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
4849

4950
Each of the first three approaches is discussed below.
5051

0 commit comments

Comments
 (0)