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
andImPlotFlags_Cull
- introduced
ImPlotInputMap
for remapping plot controls - introduced
IsPlotXAxisHovered
,IsPlotYAxisHovered
, andIsLegendEntryHovered
- 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.