Expected some interface to an Altair computer and blinking lights. People don't care anymore how they name their projects. :-(
Using Altair for most of my visualization in Python
71–75 of 75 posts
Re: Using Altair for most of my visualization in Python
#72Under the hood it works the same way: Plotly.py generates JSON figure descriptions which are passed to Plotly.js for rendering.
The whole thing is, of course, free and open-source and well-documented :)
Re: Using Altair for most of my visualization in Python
#73Expected some interface to an Altair computer and blinking lights. People don't care anymore how they name their projects. :-(
Altair here is a play on the underlying library called Vega. They're both stars in the "Summer Triangle" https://en.wikipedia.org/wiki/Summer_Triangle
How about a JavaScript library to extract the second to last character of a string and call in Commodore Amiga 3000?
Re: Using Altair for most of my visualization in Python
#74Excellent visualizations! Could you share the code used to create your last sample chart?
Re: Using Altair for most of my visualization in Python
#75The 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.