matplotrust

A simple wrap around Python's matplotlib.


Keywords
wrapper, python, science, plotting, matplotlib, graphics, rust, visualization
License
Apache-2.0

Documentation

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

  • Scatter plots
  • Line plots
  • Histograms
  • Vertical, horizontal lines
  • Line segments
  • Plots as Base64

examples

Examples are available here.