https://crates.io/crates/matplotrust https://docs.rs/matplotrust/ Binder

matplotrust

A simple library to call Python's matplotlib.

usage

Add matplotrust to your Cargo.toml dependencies:

[dependencies] matplotrust = "*"

Python (3.x) and matplotlib must also be installed.

features

examples

Examples are available here.