github epezent/implot v0.9
v0.9 WIP

latest releases: v0.16, v0.15, v0.14...
pre-release3 years ago

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!

Don't miss a new implot release

NewReleases is sending notifications on new releases.