Is It possible to integrate Python Seaborn with pl

2019-04-30 07:59发布

问题:

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.