dataplotlib
dataplotlib copied to clipboard
Scientific plotting library for Rust
I was trying to experiment with your awesome-seeming library, but unfortunately wasn't able to install it... Any ideas? I'm running OSX High Sierra, and just updated the Rust compiler. Example...
`dataplotlib` needs to be able to draw text so it can draw labels on the axes, add a chart title, and do other important things. Ideally, the `Draw` trait would...
Right now, the axes are never drawn inside the viewport, even when the visible range crosses an axis.
Currently, only a limited form of line chart is available. It would be good to implement other plots, such as: - Scatter plots - Bar charts - Pie charts -...
Plots should be able to be dotted or dashed, have different line thicknesses, and more.
add another backend using image instead of sdl2, for people who just want to save plots to image files directly, which requires fewer dependencies and would be compatible with batch...
Hey! I hope you don't mind me writing this issue up. I was just taking a look at the library to see if I could use it for an upcoming...
I wanted to check out the examples, unfortunately they do not seem to work on OS X: ~~~ $ cargo run --example coloredxy Finished dev [unoptimized + debuginfo] target(s) in...