How To Create a Plotly Visualization And Embed It On Websites

Elizabeth Ter Sahakyan
Towards Data Science
6 min readSep 9, 2019

--

Examples from Plot.ly

Plotly is an open-source, simple-to-use charting library for python. Plotly.express was built as a wrapper for Plotly.py to make creating interactive visualizations as easy as writing one line of python ✨

plotly.express is to plotly what seaborn is to matplotlib

--

--