-
plotters
A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀
Seems to be abandoned (?)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Not that I'm working on it, but I'd love to see a vega stack in rust.
-
I use a lot of Rust for engineering (mostly on the design than the research part of R&D) and very clear plots are absolutely essential. At the same time, when I start a new analysis, it isn't always clear what I need to plot. So, a workflow that has been excellent for my team and I is to generate large datasets in hdf5 (from Rust), and plot them either directly with Argos (https://github.com/titusjan/argos) or to load them in a Jupyter Notebook in Python and use plotly or PyQtGraph (for very large datasets since it uses your GPU).
-
I made a gnuplot-based crate sometime ago. It's alright.