mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-14 22:07:04 +01:00
PlotData fix
This commit is contained in:
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user