How to save Plotly Offline graph in format png?

后端 未结 3 606
你的背包
你的背包 2020-12-10 04:48

I am using Plotly offline to generate graph in python.

As per the documentation below,

https://plot.ly/python/offline/

Here is my code, which perfec

3条回答
  •  既然无缘
    2020-12-10 05:17

    Quick update: As of plotly.py 3.2.0, it's now possible to programmatically export figures as static images while fully offline.

    This was accomplished by integrating the orca project into plotly.py. Check out the announcement post for some more details.

提交回复
热议问题