You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm trying to write a script which creates a plot and save it as image. I'm currently using seaborn for this. Can I use plotly instead of seaborn for this?
I tried running in shell it's creating a html file opening it in browser and asking for confirmation. Is there any way we could use plotly to directly save as images?
The text was updated successfully, but these errors were encountered:
Hi there,
Unfortunately, we don't have a way to save your graph as only a static file.
If working offline, you can use plot() and set auto_open=False to avoid the html file opening in the browser. See the image export documentation for an example.
Additionally, we prefer to answer use-case questions in our community forum and keep this channel only for issues with the code base.
Hi I'm trying to write a script which creates a plot and save it as image. I'm currently using seaborn for this. Can I use plotly instead of seaborn for this?
I tried running in shell it's creating a html file opening it in browser and asking for confirmation. Is there any way we could use plotly to directly save as images?
The text was updated successfully, but these errors were encountered: