fixed histogram issues

This commit is contained in:
Dhanya Maliakal
2015-03-13 11:20:00 +01:00
parent 2c6f0c49a7
commit 5c14453c5d
2 changed files with 4 additions and 6 deletions

View File

@ -968,8 +968,6 @@ void qTabPlot::SetScanArgument(){
min = values[0];
max = values[numSteps - 1];
size = (max - min)/(numSteps - 1);
min -= (size/2);
max += (size/2);
}
}