mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 22:54:36 +00:00
12 lines
No EOL
536 B
Markdown
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/) |
|
|
|
|
 |