Skip to content

Releases: emilk/egui_plot

0.32.1 bug fix

07 Apr 12:54
Compare
Choose a tag to compare
  • Fix dynamic bounds modifications #96 by @emilk

0.32.0

07 Apr 10:55
Compare
Choose a tag to compare

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

0.31.0

05 Feb 09:59
Compare
Choose a tag to compare

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 and color_conflict_handling to Legend #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

17 Dec 08:49
Compare
Choose a tag to compare

Full diff at https://github.com/emilk/egui_plot/compare/0.29.0..HEAD

PRs

0.29.0

26 Sep 14:17
Compare
Choose a tag to compare

Update to egui 0.29 #48 by @emilk