epezent / implot

Immediate Mode Plotting
MIT License
4.66k stars 520 forks source link

Add GetLastItemHidden() to allow application to see whether a line has been hidden #295

Open forrestv opened 2 years ago

forrestv commented 2 years ago

This adds a getter corresponding to HideNextItem(). I needed this to be able to implement some custom auto-fitting behaviors.