Introducing plotly.py 3.0.0
medium.com
Introducing plotly.py 3.0.0
1–10 of 25 posts
Re: Introducing plotly.py 3.0.0
#2Re: Introducing plotly.py 3.0.0
#3Re: Introducing plotly.py 3.0.0
#4Already posted: https://news.ycombinator.com/item?id=17418081
Re: Introducing plotly.py 3.0.0
#5I strongly suggested using plotly instead (either this Python API or the R/ggplot2 API) as it saved a lot of headaches. The native Notebook capabilities are very nice too. (the hard part is extracting the interactive visualization to use elsewhere)
Re: Introducing plotly.py 3.0.0
#6I did a dataviz livestream yesterday where a couple people asked if they should learn d3 for interactive data visualization. I strongly suggested using plotly instead (either this Python API or the R/ggplot2 API) as it saved a lot of headaches. The native Notebook capabilities are very nice too. (the hard part is extracting the interactive visualization to use elsewhere)
1) You can save them to a standalone, self-contained, html file: See https://community.plot.ly/t/proper-way-to-save-a-plot-to-htm...
2) You can save them to an html element and embed them in another web page: See https://stackoverflow.com/a/38032952/4551895
3) You can upload them to plot.ly and share the link
Re: Introducing plotly.py 3.0.0
#7I did a dataviz livestream yesterday where a couple people asked if they should learn d3 for interactive data visualization. I strongly suggested using plotly instead (either this Python API or the R/ggplot2 API) as it saved a lot of headaches. The native Notebook capabilities are very nice too. (the hard part is extracting the interactive visualization to use elsewhere)
Obviously python itself is open, I mean the API :-)
Re: Introducing plotly.py 3.0.0
#8I did a dataviz livestream yesterday where a couple people asked if they should learn d3 for interactive data visualization. I strongly suggested using plotly instead (either this Python API or the R/ggplot2 API) as it saved a lot of headaches. The native Notebook capabilities are very nice too. (the hard part is extracting the interactive visualization to use elsewhere)
I want to use plotly so badly but I don't want to sink an investment into another sticky commercial ecosystem -- I've had to do that with Mathematica and Matlab, I don't want to do it again. How good/bad is plotly in comparison? Obviously python itself is open, I mean the API :-)
plotly.py and the plotly.js rendering library are both MIT licensed, developed in the open on GitHub, and totally self-contained.
Everything in the technology stack used in the announcement post is free, open source, self-contained, usable offline, and doesn't require an account. The plot.ly cloud integration is totally optional.
Re: Introducing plotly.py 3.0.0
#9Earlier quoted context omitted.
I want to use plotly so badly but I don't want to sink an investment into another sticky commercial ecosystem -- I've had to do that with Mathematica and Matlab, I don't want to do it again. How good/bad is plotly in comparison? Obviously python itself is open, I mean the API :-)
Actually, you don't need to sink any investment into a commercial ecosystem here! plotly.py and the plotly.js rendering library are both MIT licensed, developed in the open on GitHub, and totally self-contained. Everything in the technology stack used in the announcement post is free, open source, self-contained, usable offline, and doesn't require an account. The plot.ly cloud integration is totally optional.