Registry / utility / plotpy

plotpy

JSON →
library1.22.0rscratesunverified

Rust plotting library using Python (Matplotlib) for rendering.

# Cargo.toml [dependencies] plotpy = "1.22.0"
INSTALL
IMPORT
SIG · PLOTPY
P
plotpy
utilityrustv1.22.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Plot
use plotpy::Plot;

Creates a simple line plot and saves it as PNG.

use plotpy::Plot; fn main() { let mut plot = Plot::new(); plot.plot(&[0.0, 1.0, 2.0], &[0.0, 1.0, 4.0], ""); plot.savefig("plot.png").unwrap(); }
Debug
Known issues
gotchaRequires Python and Matplotlib installed
fix
Install Python 3 and run 'pip install matplotlib'.
affects: >=0
Upgrade
Version history
1.22.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
plotpy — cargo add plotpy · libregistry