
### `plotter`

A Rust-only example that shows how to use the Rust plotters crate to do plot a
graph and integrate the result into Slint.

| `.slint` Design | Rust Source | Online wasm Preview |
| --- |  --- | --- |
| [`plotter.slint`](./plotter.slint) | [`main.rs`](./main.rs) | [Online simulation](https://slint.dev/snapshots/master/demos/plotter/) |

![Screenshot of the plotter example](https://slint.dev/resources/plotter_screenshot.png "Plotter")