egui_plot 0.35.0

Immediate mode plotting for the egui GUI library
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Contains widgets that can be added to a plot at some fixed screen
//! coordinates.

mod coordinates;
mod legend;

pub use coordinates::CoordinatesFormatter;
pub use legend::ColorConflictHandling;
pub use legend::Legend;
pub use legend::LegendGrouping;
pub use legend::LegendWidget;