Skip to content

0.33.0 - egui 0.32 and many small improvements

Choose a tag to compare

@lucasmerlin lucasmerlin released this 11 Jul 08:16
· 12 commits to main since this release

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 and set_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