matplotrust

Crates.iomatplotrust
lib.rsmatplotrust
version0.1.7
sourcesrc
created_at2019-01-05 22:11:50.672898
updated_at2019-04-17 11:35:31.354007
descriptionA simple wrap around Python's matplotlib.
homepagehttps://gitlab.com/ruivieira/matplotrust
repositoryhttps://gitlab.com/ruivieira/matplotrust
max_upload_size
id105743
size34,908
Rui Vieira (ruivieira)

documentation

README

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.

Commit count: 33

cargo fmt