A simple library to call Python's matplotlib.
matplotlib
Add matplotrust to your Cargo.toml dependencies:
matplotrust
Cargo.toml
[dependencies] matplotrust = "*"
Python (3.x) and matplotlib must also be installed.
Examples are available here.