Plotly
1 min readApr 27, 2019

--

The output of Plotly Express is a normal Figure object which can be exported to static formats like PDF, SVG etc, or to HTML, or uploaded to Plotly Chart Studio, all using functionality from https://plot.ly/python :)

For example: https://plot.ly/python/static-image-export/ for static export, or to save to an HTML file just use something likeplotly.offline.plot(figure, "file.html")

If you have any questions or concerns with these, feel free to ask on our forums at https://community.plot.ly/ :)

--

--

Plotly
Plotly

Written by Plotly

The low-code framework for rapidly building interactive, scalable data apps in Python.

No responses yet