slint/examples/plotter/README.md
2024-09-14 14:44:41 +02:00

12 lines
No EOL
536 B
Markdown

<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
### `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")