Crates.io | plotters-druid |
lib.rs | plotters-druid |
version | 0.3.0 |
source | src |
created_at | 2022-03-01 23:53:25.576208 |
updated_at | 2023-01-28 14:22:42.551716 |
description | Use Plotters as a Druid Widget |
homepage | |
repository | https://github.com/Pascal-So/plotters-druid |
max_upload_size | |
id | 541897 |
size | 451,781 |
Use Plotters to draw plots in Druid.
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.
cargo run --example simple
In this example we use a value from the druid data to manipulate the plot.
cargo run --example interactive
Licensed under either of
at your option.