From ec912e255eb4447bfec865e2ff18f141fde3a4b4 Mon Sep 17 00:00:00 2001 From: R-Abbasi Date: Thu, 29 Aug 2024 14:02:56 +0330 Subject: [PATCH] fixed SetupLegend --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 17fff33c..225631d4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;