rustplotlib
rustplotlib copied to clipboard
A pure Rust visualization library inspired by D3.js
I have a horisontal bar view, and I'd like each bar with unique "Y" value to have a different color. Is this possible right now?
I see that `Charts` can have multiple views in it. And it looks like the views effectively overlap each other. I'm wondering if the views could be made separate (visually),...
Hello, I hope this finds you well. Please could you add a method to allow people to specify a background colour (or transparency) for Chart instances? I am making SVG...
Hi! I'm interesting in using this library in a project I'm working on, but am hesitant to do so because of a lack of a license agreement. In the cargo.toml...
If you have a Linechart with a lot of entries, the markers decrease accuracy.
I have found that the default font sizes for labels is not suitable in all cases . In a my particular case I needed a larger font size for the...
No need to have the `to_svg` function private, or is there? https://github.com/askanium/rustplotlib/issues/1
https://github.com/rust-lang/rust-clippy#usage I cloned the repository to see about contributing a fix for another issue and noticed that Clippy gave me a bunch of linting and formatting suggestions. I'd be happy...
Hi, great library! Thanks for the effort in making it so easy to create charts! Didn't see pie charts in the examples/gallery or the chart types list so figured I'd...