Registry / other / plotters-bitmap

plotters-bitmap

JSON →
library0.3.7rscratesunverified

Plotters Bitmap Backend

# Cargo.toml [dependencies] plotters-bitmap = "0.3.7"
INSTALL
IMPORT
SIG · PLOTTERS-BITMAP
P
plotters-bitmap
otherrustv0.3.7
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.

BitMapBackend
use plotters_bitmap::BitMapBackend;

Creates a simple bitmap image using the Plotters bitmap backend.

use plotters_bitmap::BitMapBackend; use plotters::prelude::*; fn main() -> Result<(), Box<dyn std::error::Error>> { let backend = BitMapBackend::new("output.png", (640, 480)); let root = backend.into_drawing_area(); root.fill(&WHITE)?; root.present()?; Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
plotters-bitmap — cargo add plotters-bitmap · libregistry