rustplotlib
rustplotlib copied to clipboard
A pure Rust visualization library inspired by D3.js
Instead of using the save method, it would be great if a Chart could be converted to an svg as a String. This would be useful in contexts like WASM,...
ran cargo outdated and fixed svg's the minor version. I testes this by running "examples/vertical_bar_chart.rs" as a binary linked to the modified library.
I love this module , it is really useful There is no change in functionality, I think this makes the code more readable Also I added a github action to...