A simple wrap around Python's matplotlib.
Homepage Cargo Documentation Download
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.