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