Rust plotting library mirroring matplotlib with WebAssembly support
It solves the lack of a mature, matplotlib‑like plotting library in Rust, offering a familiar API and multiple back‑ends (PNG via tiny‑skia, SVG, and browser canvas via WebAssembly). The project implements an object model similar to matplotlib’s Figure → Axes → Artists and a stateful pyplot façade, letting developers create plots in Rust for native or web environments. It targets Rust developers needing high‑quality visualizations, standing out with first‑class wasm support and a modular crate architecture. Compared to existing Rust graphics crates, it matches matplotlib’s ergonomics while being fully Rust‑native and portable.
View on GitHub →OrbitalCommons/rizzma