ArnaudJamin

Results 2 comments of ArnaudJamin

I don't think this solution always works. I'm using a circular buffer of ImVec2 where x is the time and y is the value. ImPlot::GetPlotMousePos().x returns the time, so a...

I was wondering if implot had a built in functionality to do tooltips without having to search inside the data (which is what the tooltip demo does). Or have a...