Releases: emilk/egui_plot
Releases Β· emilk/egui_plot
0.33.0 - egui 0.32 and many small improvements
egui_plot
provides immediate mode plotting for egui. Try the web demo!
Full diff at https://github.com/emilk/egui_plot/compare/0.32.0..HEAD
PRs
- Update egui to 0.32 #124 by @lucasmerlin
- Fix dynamic bounds modifications #96 by @emilk
- Add
PlotUi::set_plot_bounds_x
andset_plot_bounds_y
#110 by @emilk - Allow zooming one axis by dragging it #102 by @damageboy
- Add a background behind all text that is shown on hover #112 by @emilk
- Fix plot axis sometimes being way too thick #113 by @emilk
- Bump Rust Version and fix Plot Item Visibility in Demo #104 by @bircni
- Make circles in legend slightly smaller #114 by @emilk
- Show the hover-info about a plot using the
egui::Tooltip
API #115 by @emilk - Add small margin to the axis tick labels #117 by @emilk
- Gradient line support #83 by @sapessi
- Add optional legend title #105 by @bircni
- Fix BoxPlot legend #97 by @mkalte666
- When dragging the axis to zoom, zoom in where the drag started 871d400
- Update MSRV to 1.85 and bump rust edition to 2024 #116 by @emilk
- Update to Rust 1.84 and enable many clippy lints #107 by @abey79
- Fix bad demo app name and icon f835c51
0.32.1 bug fix
0.32.0
egui_plot
provided immediate mode plotting for egui. Try the web demo!
Changelog
Full diff at https://github.com/emilk/egui_plot/compare/0.31.0..HEAD
0.31.0
Full diff at https://github.com/emilk/egui_plot/compare/0.30.0..HEAD
PRs
- Allow borrowing plot points via
PlotPoints::Borrowed
#64 by @mo8it and @bircni - Add
insertion_order
andcolor_conflict_handling
toLegend
#65 by @Zoxc and @bircni - Allow Plot::link_cursor to accept
impl Into<Vec2b>
#66 by @jetuk - Axis: fix label thickness #68 by @jordens
- Update to egui 0.31.0 #72 by @Wumpf
- Update MSRV to Rust 1.81 #69 by @emilk
0.30.0
Full diff at https://github.com/emilk/egui_plot/compare/0.29.0..HEAD
PRs
- Update to egui
0.30.0
, MSRV to 1.80 #59 by @bircni - Allow setting a line's fill area's alpha channel #34 by @maxded
- Use
Vec2b
in parameters #43 by @bircni - Fix axis thickness for multiple X or Y axes #60 by @raymanfx
- Fix axis labels overlap with axis ticks #57 by @mkalte666
- Add
PlotUi::add_item(Box<dyn PlotItem>)
#51 by @freeformstu - Implement custom ruler color for Plot #47 by @gweisert