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.
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.
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.