I keep searching for entirely not-web based diagramming/charting solutions. That can be driven via CLI or using some library, and output SVG or PNG.
All of these things usually depend on browser functionality or use some janky as fuck SSR solution using a headless browser to generate them server side.
Of particular note, I’d also like to be able to programmatically generate Venn diagrams. It seems there is, bizarrely, a complete dearth of anything in this space. A couple of JavaScript chart libraries support them, but generally speaking there seems to be hardly any support for them.
gnuplot seems good - just no Venn diagram support.
All of these things usually depend on browser functionality or use some janky as fuck SSR solution using a headless browser to generate them server side.
Of particular note, I’d also like to be able to programmatically generate Venn diagrams. It seems there is, bizarrely, a complete dearth of anything in this space. A couple of JavaScript chart libraries support them, but generally speaking there seems to be hardly any support for them.
gnuplot seems good - just no Venn diagram support.