egui_plot 0.35.0

Immediate mode plotting for the egui GUI library
Documentation

egui_plot

Latest version Documentation unsafe forbidden MIT Apache Discord

Immediate mode 2D plotting library for egui.

egui_plot_white

Try the web demo gallery.

Testing

  • Locally: cargo run -p demo
  • Web: (cd demo && trunk serve)

Plotting libraries in Rust

To view a list of plotting libraries in Rust, see notes on Rust plotting ecosystem.

Contributing

Please see CONTRIBUTING.md and WELCOME_CONTRIBUTIONS.md

History

This crate was originally hosted at https://github.com/emilk/egui but was extracted into its own repository on 2024-07-15.