rust-plotter

Crates.iorust-plotter
lib.rsrust-plotter
version0.1.2
sourcesrc
created_at2019-08-23 00:14:46.091012
updated_at2019-08-23 00:36:50.63477
descriptionA quick and dirty library to plot Vecs with Matplotlib.
homepagehttps://github.com/rmcwhorter/rust-plotter
repositoryhttps://github.com/rmcwhorter/rust-plotter.git
max_upload_size
id159040
size13,258
rmcwhorter (rmcwhorter)

documentation

README

Rust-Plotter

Intended Use Case

Rust-Plotter is intended to function as a stop gap plotting library until someone gets around to making a proper one in Rust. As it stands, this is simply an interface to allow you to graph two Vecs with Matplotlib via serde-pickle. It does nothing more than that. This was created as a quick and easy method to graph a single variable as a function of time. If you aren't doing that, I'd advise you look elsewhere.

Dependencies

R-P requires first and foremost Python 3+ and Matplotlib. If you don't have those, you can find them here: Python and Matplotlib. We also use Serde and serde-pickle, but these are dealt with in Cargo.toml.

Commit count: 12

cargo fmt