Is It possible to integrate Python Seaborn with pl

2019-04-30 07:49发布

I am looking for some guidance in python seaborn for plot.ly. Is it possible to have seaborn graphs on plot.ly ?

Any example or tutorial available ? Please help. Thanks in advance.

1条回答
▲ chillily
2楼-- · 2019-04-30 08:17

Seaborn is based on matplotlib, and Plotly converts the matplotlib figures it can (where mpl figure obejcts expose sufficient information to make the conversion. Here are the mpl conversion docs: https://plot.ly/matplotlib/)

Full coverage won't be available until mpl 2.0 release, when mpl figure objects are planned to be fully serializable.

查看更多
登录 后发表回答