slint/examples/plotter
Olivier Goffart 88697c68bb Remove license header from .md/.mdx files
They should be in the lines, but the problem is that this causes issues
in the .mdx files.

License header doesn't really make sense for .md files anyway
2025-12-04 21:58:09 +01:00
..
Cargo.toml Update parley and fontique (#10148) 2025-11-25 14:31:29 +01:00
index.html Winit initial size adjustments and wasm size fixes 2023-10-24 15:28:18 +02:00
main.rs Deprecate exporting the last import if there is no other exported component 2024-07-03 13:34:08 +02:00
plotter.slint cleanup examples according to upcoming code guidelines (#3809) 2023-11-02 11:04:40 +01:00
README.md Remove license header from .md/.mdx files 2025-12-04 21:58:09 +01:00
wasm_backend.rs Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00

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 main.rs Online simulation

Screenshot of the plotter example