| Crates.io | rust-plotter |
| lib.rs | rust-plotter |
| version | 0.1.2 |
| created_at | 2019-08-23 00:14:46.091012+00 |
| updated_at | 2019-08-23 00:36:50.63477+00 |
| description | A quick and dirty library to plot Vec |
| homepage | https://github.com/rmcwhorter/rust-plotter |
| repository | https://github.com/rmcwhorter/rust-plotter.git |
| max_upload_size | |
| id | 159040 |
| size | 13,258 |
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.