Is It possible to integrate Python Seaborn with plotly

送分小仙女□ 提交于 2019-12-21 12:56:17

问题


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:


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.



来源:https://stackoverflow.com/questions/31678938/is-it-possible-to-integrate-python-seaborn-with-plotly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!