Skip to content

Pascal-So/plotters-druid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Plotters Widget for Druid

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Languages