Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.4 KB

Readme.md

File metadata and controls

37 lines (22 loc) · 1.4 KB

Plotters Widget for Druid

crates.io docs.rs badge

Use Plotters to draw plots in Druid.

Examples

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

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.