Show HN: Minimalist library to generate SVG views of scientific data

mini_svg is a lightweight Python library designed to generate SVG visualizations for scientific data, supporting various plot types through both CLI and direct Python integration.
mini_svg Simple py logic to generate SVG visualizations of scientific data ( example graphs ). Plot types BoxPlot Scatterplot Histogram Lineplot Usage There's two main interfaces: As a command-line which receives parameters from a json file. See .sh files in the examples directory . From Python (in-process) through the functions exposed in mini_svg .
Source: Hacker News










