8 releases
Uses old Rust 2015
| 0.1.7 | Apr 17, 2019 |
|---|---|
| 0.1.6 | Mar 31, 2019 |
| 0.1.3 | Feb 19, 2019 |
| 0.1.2 | Jan 8, 2019 |
#724 in Visualization
49 downloads per month
Used in 2 crates
18KB
407 lines
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.
Dependencies
~7–12MB
~238K SLoC