Skip to content

v0.9 WIP

Pre-release
Pre-release
Compare
Choose a tag to compare
@epezent epezent released this 21 Mar 02:41
· 134 commits to master since this release
95a530f

New Features

  • PlotHistogram and PlotHistogram2D #148 #168 (comment)
  • PlotVLines / PlotHLines - plot infinite reference lines #166
  • ImPlotFlags_Equal - constrain x and y axes to have equal spacing #111 #147
  • ImPlotAxisFlags_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 to implot_internal.h
  • SetColormap and PushColormap(ImVec4*) have been removed in favor of AddColormap
  • LerpColormap was changed to SampleColormap.
  • ShowColormapScale is now ColormapScale and requires a label and ImVec2 size. The label will be displayed as an axis label (see above).
  • BeginLegendDragDropSource was changed to BeginDragDropSourceItem

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!