You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to plot pre-filled histograms now? I remember 3+ years ago there were discussions around this, and vaguely remember something getting resolved, but I can't find anything about it now. In the past, PlotHistogram was extremely suprising because It assumed you wanted Implot to actually calculate the histogram for you, when we just wanted Implot to have the same histogram UI using our histogram data (Implot is way to slow to do it for us, and we have the data anyway). We've historically gotten around this by just duplicating ImPlots API for histograms, but this has been an extremely obnoxious. The documentation on PlotHistogram is unfortunately sparse as well compared to base ImGUI, so it's hard to tell if anythings changed in regard to this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to plot pre-filled histograms now? I remember 3+ years ago there were discussions around this, and vaguely remember something getting resolved, but I can't find anything about it now. In the past, PlotHistogram was extremely suprising because It assumed you wanted Implot to actually calculate the histogram for you, when we just wanted Implot to have the same histogram UI using our histogram data (Implot is way to slow to do it for us, and we have the data anyway). We've historically gotten around this by just duplicating ImPlots API for histograms, but this has been an extremely obnoxious. The documentation on PlotHistogram is unfortunately sparse as well compared to base ImGUI, so it's hard to tell if anythings changed in regard to this.
Beta Was this translation helpful? Give feedback.
All reactions