diff --git a/lib/Core/Plot.cpp b/lib/Core/Plot.cpp index 3a236cd..8bf3644 100644 --- a/lib/Core/Plot.cpp +++ b/lib/Core/Plot.cpp @@ -184,7 +184,7 @@ PlotData::PlotData(const DMatSample &x, const DVec &y, const bool abs) } else { - setCommand("'" + tmpFileName + "' u 1:($3):2 w xerr"); + setCommand("'" + tmpFileName + "' u 1:(abs($3)):2 w xerr"); } }