| Crates.io | matplotrust |
| lib.rs | matplotrust |
| version | 0.1.7 |
| created_at | 2019-01-05 22:11:50.672898+00 |
| updated_at | 2019-04-17 11:35:31.354007+00 |
| description | A simple wrap around Python's matplotlib. |
| homepage | https://gitlab.com/ruivieira/matplotrust |
| repository | https://gitlab.com/ruivieira/matplotrust |
| max_upload_size | |
| id | 105743 |
| size | 34,908 |
A simple library to call Python's matplotlib.
Add matplotrust to your Cargo.toml dependencies:
[dependencies]
matplotrust = "*"
Python (3.x) and matplotlib must also be installed.
Examples are available here.