Skip to content

0.32.0

Compare
Choose a tag to compare
@emilk emilk released this 07 Apr 10:55
· 28 commits to main since this release

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

  • PlotResponse::hovered_plot_item also set when hovering the legend #81 by @Wumpf
  • Plot items now require an id #82 by @Wumpf
  • Fix include_{xy} issue when auto bounds is off #74 by @joaofl
  • Provide new functions to specify the default bounds #90 by @irevoire