egui/examples/save_plot
Emil Ernerfeldt 08fb447fb5
Increase MSRV to 1.67 (#3234)
* Bump MSRV to 1.67

* clippy fixes

* cargo clippy: inline format args

* Add `clippy::uninlined_format_args` to cranky lints

* Fix clippy on wasm

* More clippy fixes
2023-08-11 13:54:02 +02:00
..
src Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
Cargo.toml Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
README.md Added an example to save plot to image (#2769) 2023-08-10 12:35:11 +02:00

README.md

This example shows that you can save a plot in egui as a png.

cargo run -p save_plot