| ▲ | NicuCalcea 2 hours ago | ||||||||||||||||
That's fair, I generally make charts for publication, so I spend much more time and effort on the details. But I can understand this being useful for quick exploration for some people. Generally speaking, I suggest anyone interested in learning to make charts get familiar with grammar of graphics [0] libraries like Vega-Lite, Observable Plot, ggplot2, Altair. There is a bit of a learning curve if you're used to selecting chart types like in Excel, but once it clicks, it gives you virtually unlimited choices in the kinds of charts you can make. And with ggplot or Observable Plot [1], it's about the same number of lines as something like Flint. 0: https://data.europa.eu/apps/data-visualisation-guide/why-you... | |||||||||||||||||
| ▲ | chenglong-hn 2 hours ago | parent [-] | ||||||||||||||||
Grammar of graphics has been the foundation of a lot of stuff and definitely worth learning for everyone! A challenge with GoG is that it assumes configurations as second-class stuff, which makes it quite difficult for users to deal with things like changing formatter, scale, annotations. Flint kinda want to hide this aways (so Flint sets them on behalf of the agent or the user). But yeah, GoG is still the foundation for expressivenss. | |||||||||||||||||
| |||||||||||||||||