plotters-druid

Crates.ioplotters-druid
lib.rsplotters-druid
version0.3.0
sourcesrc
created_at2022-03-01 23:53:25.576208
updated_at2023-01-28 14:22:42.551716
descriptionUse Plotters as a Druid Widget
homepage
repositoryhttps://github.com/Pascal-So/plotters-druid
max_upload_size
id541897
size451,781
Pascal Sommer (Pascal-So)

documentation

README

Plotters Widget for Druid

crates.io docs.rs badge

Use Plotters to draw plots in Druid.

Examples

Simple

This draws the basic x² plot from the plotters example, filling out the entire window. The size of the plotting area changes when resizing the window.

Simple example

cargo run --example simple

Interactive

In this example we use a value from the druid data to manipulate the plot.

Interactive example

cargo run --example interactive

License

Licensed under either of

at your option.

Commit count: 20

cargo fmt