Skip to content

Commit

Permalink
fixed SetupLegend
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Abbasi committed Aug 29, 2024
1 parent 73179c5 commit ec912e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ int main() {
addPlots("Recording the data", [&flagPaused](
double x_max, std::string yLabel,
ImAxis_ axis, double yMin, double yMax) {
ImPlot::SetupLegend(ImPlotLocation_NorthEast, ImPlotLegendFlags_Outside);
ImPlot::SetupLegend(ImPlotLocation_NorthEast /*,
ImPlotLegendFlags_Outside */);
// auto auxFlagsMeasuring =
// ImPlotAxisFlags_AutoFit | ImPlotAxisFlags_NoGridLines;
// auto auxFlagsPaused = ImPlotAxisFlags_NoGridLines;
Expand Down

0 comments on commit ec912e2

Please sign in to comment.