All notable changes to the egui_plot
integration will be noted in this file.
This file is updated upon each release.
Changes since the last release can be found at https://github.com/emilk/egui/compare/latest...HEAD or by running the scripts/generate_changelog.py
script.
- Fix plot auto-bounds unset by default #3722 (thanks @abey79!)
- Add methods to zoom a
Plot
programmatically #2714 (thanks @YgorSouza!) - Add a public API for overriding plot legend traces' visibilities #3534 (thanks @jayzhudev!)
- Add
emath::Vec2b
, replacingegui_plot::AxisBools
#3543 - Add
auto_bounds/set_auto_bounds
toPlotUi
#3587 #3586 (thanks @abey79!) - Update MSRV to Rust 1.72 #3595
- Draw axis labels and ticks outside of plotting window #2284 (thanks @JohannesProgrammiert!)
- Add
PlotUi::response()
to replaceplot_clicked()
etc #3223 - Add rotation feature to plot images #3121 (thanks @ThundR67!)
- Plot items: Image rotation and size in plot coordinates, polygon fill color #3182 (thanks @s-nie!)
- Add method to specify
tip_size
of plot arrows #3138 (thanks @nagua!) - Better handle additive colors in plots #3387
- Fix auto_bounds when only one axis has restricted navigation #3171 (thanks @KoffeinFlummi!)
- Fix plot formatter not taking closures #3260 (thanks @Wumpf!)