# egui_plot
[<img alt="github" src="https://img.shields.io/badge/github-emilk/egui_plot-8da0cb?logo=github" height="20">](https://github.com/emilk/egui_plot)
[](https://crates.io/crates/egui_plot)
[](https://docs.rs/egui_plot)
[](https://github.com/rust-secure-code/safety-dance/)


[](https://discord.gg/JFcEma9bJq)
Immediate mode plotting for [`egui`](https://github.com/emilk/egui).

[Try the web demo](https://emilk.github.io/egui_plot/)
### Testing
* Locally: `cargo run -p demo`
* Web: `(cd demo && trunk serve)`
### History
This crate was originally hosted at https://github.com/emilk/egui but was extracted into its own repository on 2024-07-15.