v0.9 WIP
Pre-release
Pre-release
New Features
PlotHistogram
andPlotHistogram2D
#148 #168 (comment)PlotVLines
/PlotHLines
- plot infinite reference lines #166ImPlotFlags_Equal
- constrain x and y axes to have equal spacing #111 #147ImPlotAxisFlags_AutoFit
- auto fit axis all the time- Labels for auxiliary y-axes (thanks, @mindv0rtex!) #162, #163
- Greatly enhanced drag and drop support #168 (comment)
- Colormap overhaul and widgets #168 (comment)
API Breaking Changes
ImPlotInputMap
moved toimplot_internal.h
SetColormap
andPushColormap(ImVec4*)
have been removed in favor ofAddColormap
LerpColormap
was changed toSampleColormap
.ShowColormapScale
is nowColormapScale
and requires a label and ImVec2 size. The label will be displayed as an axis label (see above).BeginLegendDragDropSource
was changed toBeginDragDropSourceItem
Bug Fixes / Improvements
- single rick-click context menus #170
- heatmap performance improvements #148
- date picker disabled color #174
- fix formatting for axis labels near zero #176
- improve fit logic for constant or flat data #154
See #168 for more information and screenshots!