epezent / implot

Immediate Mode Plotting
MIT License
4.64k stars 516 forks source link

Autofit all subplots to the same limits #424

Open bear24rw opened 1 year ago

bear24rw commented 1 year ago

Is it possible to autofit all subplots such that they share the same limits? Currently I use ImPlotSubplotFlags_LinkAllX but SetNextAxisToFit only operates on the plot level so all plots end up with the limits of the last plot that called it.