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.
bash
cargo run --example simple
In this example we use a value from the druid data to manipulate the plot.
bash
cargo run --example interactive
Licensed under either of
at your option.