Skip to content

v0.4 WIP

Pre-release
Pre-release
Compare
Choose a tag to compare
@epezent epezent released this 07 Aug 18:02
· 364 commits to master since this release
5c9679c

New Features / Changes:

  • introduced PlotShaded plotting functions
  • introduced ImPlotStyleVar_FillAlpha to scale fill alpha
  • plot items with the same label_id will be grouped in the legend
  • label_id s preceded by ## will not produce a legend entry
  • removed ImPlotFlags_Adaptive and ImPlotFlags_Cull
  • introduced ImPlotInputMap for remapping plot controls
  • introduced IsPlotXAxisHovered, IsPlotYAxisHovered, and IsLegendEntryHovered
  • online interactive demo added to README

Bug Fixes:

  • fixed issues with heatmap bounds #80
  • fixed issues with axes states carrying over to subsequent plots #76
  • fixed issue with circular buffer rollover #60
  • fixed bugs in demo BenchmarkItem #62
  • fixed division by zero issues #78
  • fixed compliation issues on macOS #63

See Announcements for more details.