dataplotlib icon indicating copy to clipboard operation
dataplotlib copied to clipboard

Scientific plotting library for Rust

Results 10 dataplotlib issues
Sort by recently updated
recently updated
newest added

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...

help wanted
todo

Right now, the axes are never drawn inside the viewport, even when the visible range crosses an axis.

help wanted
todo

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 -...

help wanted
todo

Plots should be able to be dotted or dashed, have different line thicknesses, and more.

help wanted
todo

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...

help wanted
todo

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...

bug