Registry / other / plotters-backend

plotters-backend

JSON →
library0.3.7rscratesunverified

Backend API for the Plotters plotting library, enabling custom rendering backends.

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

DrawingBackend
use plotters_backend::DrawingBackend;

Implement a custom drawing backend for Plotters.

use plotters_backend::DrawingBackend; fn main() { // Implement a custom backend by implementing DrawingBackend trait println!("Plotters backend API ready"); }
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
5 hits · last 30 days
node
4
Amazon
1
Resources
plotters-backend — cargo add plotters-backend · libregistry