epezent / implot

Immediate Mode Plotting
MIT License
4.78k stars 531 forks source link

ImPlotAxis::WillRender(): return false if axis is disabled #350

Closed xqms closed 2 years ago

xqms commented 2 years ago

This saves a few CPU cycles in SetupFinish(), which otherwise formats tick labels & spacing for disabled axes.