Python Data Visualization 2018: Why So Many Libraries?
11–20 of 105 posts
Re: Python Data Visualization 2018: Why So Many Libraries?
#12There's also Vaex for big(ger) data visualization.
Re: Python Data Visualization 2018: Why So Many Libraries?
#13I 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
Re: Python Data Visualization 2018: Why So Many Libraries?
#14Re: Python Data Visualization 2018: Why So Many Libraries?
#15Re: Python Data Visualization 2018: Why So Many Libraries?
#16Re: Python Data Visualization 2018: Why So Many Libraries?
#17There's like 15 comments in this post and 10 different suggestions on what visualization library to use. That's not great.
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?
#18I 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?
#19Missed one! Spotify just released their own dataviz library yesterday https://labs.spotify.com/2018/11/15/introducing-chartify-eas...
Re: Python Data Visualization 2018: Why So Many Libraries?
#20I'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.