Could you share the code used to create your last sample chart?
Using Altair for most of my visualization in Python
51–60 of 75 posts
Re: Using Altair for most of my visualization in Python
#52I am beginning to wonder if HighCharts is replaceable with a fully open-source charting library.
Re: Using Altair for most of my visualization in Python
#53What visualization library are you using in Python?
Re: Using Altair for most of my visualization in Python
#54I came in here expecting to see one hell of a rationalization for using a 44 year old computer to do visualizations. :)
Re: Using Altair for most of my visualization in Python
#55I came in here expecting to see one hell of a rationalization for using a 44 year old computer to do visualizations. :)
Haha I came here expecting to see the dude from Assassin's Creed drawing all kinds of graphs :'-) Or better, imagining.
Re: Using Altair for most of my visualization in Python
#56Re: Using Altair for most of my visualization in Python
#57As part of our work, we create data dashboards. We use NumPy and Pandas to analyze data, either Flask or Django as a framework, and HighCharts for interactive charts. The JS charting library has a variety of charts to meet our needs. Our input stored either as SQL or CSV is dynamic data. I am beginning to wonder if HighCharts is replaceable with a fully open-source charting library.
It's pretty awesome and i use it for a similar purpose. MY dashhboards/charts are pretty basic but there seems to be good support for interactivity and callbacks.
Re: Using Altair for most of my visualization in Python
#58The problem with all these nice new visualization libraries for Python, is that they all (at least the shinny nice ones) fail totally short when it comes to do B&W graphics for journal publications. Things like filling patterns, line patterns etc, are mostly missing. I still use Matplotlib and I can make it look beautiful and exactly how I want... it's just a lot more work to get the shinny bits.
Re: Using Altair for most of my visualization in Python
#59The problem with all these nice new visualization libraries for Python, is that they all (at least the shinny nice ones) fail totally short when it comes to do B&W graphics for journal publications. Things like filling patterns, line patterns etc, are mostly missing. I still use Matplotlib and I can make it look beautiful and exactly how I want... it's just a lot more work to get the shinny bits.
Re: Using Altair for most of my visualization in Python
#60Why does a plotting library need support for statistical analysis? I always think of manipulating data and visualizing it as orthogonal disciplines.