Skip to content Skip to sidebar Skip to footer

How To Save Plotly Graphic Without Showing?

I have a large Gantt Chart plotting by plotly in anaconda enviroment. However, as it takes 10 mins to plot, and sometime it does not come out. So I think if the figure can be saved

Solution 1:

You can use fig.write_html() or, if you install Orca, you can use fig.write_image()


Post a Comment for "How To Save Plotly Graphic Without Showing?"