Closed swinefeaster closed 2 years ago
Your problem is that you are hardcoding a 1 for the y-axis index. Use ImAxis_Y1
, which evaluates as 3 on my machine:
ImPlot::SetupAxis(ImAxis_X1, nullptr, ImPlotAxisFlags_NoDecorations);
ImPlot::SetupAxis(ImAxis_Y1, nullptr, ImPlotAxisFlags_NoDecorations);
is this a recent regression in v.0.13 or am i doing something wrong?
`
`