Registry / utility / plotpy

plotpy

JSON →
library1.22.0rscratesunverified

Rust plotting library using Python (Matplotlib) for rendering.

utility
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.

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 footguns
gotchaRequires Python and Matplotlib installed
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
Resources