1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-04-05 09:35:54 +01:00

PlotData fix

This commit is contained in:
Antonin Portelli 2022-08-03 14:24:20 +01:00
parent 470aff3b4a
commit f0c3fd4d7d

View File

@ -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");
}
}