Show HN: Minimalist library to generate SVG views of scientific data
Summary
Show HN highlights a minimalist Python library, mini_svg, that generates SVG visualizations for scientific data. It supports BoxPlot, Scatterplot, Histogram, and Lineplot, and offers both a command-line interface driven by JSON config and an in-process Python API. The project is open-source under GPL-3.0 with examples and documentation in the repo.