Live data from Hacker News

Python Data Visualization 2018: Why So Many Libraries?

anaconda.com

11–20 of 105 posts

Re: Python Data Visualization 2018: Why So Many Libraries?

#13
post #10

I wonder if Plotly will ever take privacy and security seriously... I've had this ticket open for years. https://github.com/plotly/plotly.js/issues/316

The transparent button-removal config option is a fair workaround. (in the Plotly R docs, removing the button is the first code example: https://www.rdocumentation.org/packages/plotly/versions/4.8.... )

Re: Python Data Visualization 2018: Why So Many Libraries?

#17
post #16

There's like 15 comments in this post and 10 different suggestions on what visualization library to use. That's not great.

Yup. A likely result is that if you pick one and spend the time to learn it and use it for a project, there's a non-trivial chance that the choice you make will be join the ever growing collection of library abandon-ware in the not too distant future.

This is why my favorite Python visualization tools are not Python - I've been burned too many times by libraries coming and going, and I just don't have the time to spend farting around trying to track the latest library fads.

Re: Python Data Visualization 2018: Why So Many Libraries?

#18
post #10

I wonder if Plotly will ever take privacy and security seriously... I've had this ticket open for years. https://github.com/plotly/plotly.js/issues/316

The transparent button-removal config option is a fair workaround. (in the Plotly R docs, removing the button is the first code example: https://www.rdocumentation.org/packages/plotly/versions/4.8.... )

1) shouldn't be there at all IMHO 2) should be off by default if anyone still thinks it is even remotely a good idea

Re: Python Data Visualization 2018: Why So Many Libraries?

#20

I'm pretty good at Python and do most of my work in it nowadays, but if I need to make a data visualization, I still go to R just for ggplot2. Nothing currently in Python compares (not even the "ggplot2 port"), and it takes an order of magnitude longer to make a comparable viz.

Check plotnine, which is a decent reimplementation of ggplot2 in python: https://plotnine.readthedocs.io/en/latest/
Post reply on HN