Skip to content

A quick and easy method to plot two vectors from Rust in matplotlib.

License

Notifications You must be signed in to change notification settings

rmcwhorter/rust-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Please note that this is currently nonfunctional if imported from Crates.io. It should work if cloned from github.

About

A quick and easy method to plot two vectors from Rust in matplotlib.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published