mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
*ScatterCtrl: Fixed bug plotting min and moving average
git-svn-id: svn://ultimatepp.org/upp/trunk@9649 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
cb9c75b2d8
commit
405d6cfcc0
1 changed files with 1 additions and 1 deletions
|
|
@ -549,7 +549,7 @@ void ProcessingTab::OnOp()
|
|||
tabFit.scatter.ScatterDraw::Show(5, tabFit.opSinus);
|
||||
tabFit.scatter.ScatterDraw::Show(6, tabFit.opMax);
|
||||
tabFit.scatter.ScatterDraw::Show(7, tabFit.opMin);
|
||||
tabFit.scatter.ScatterDraw::Show(7, tabFit.opMovAvg);
|
||||
tabFit.scatter.ScatterDraw::Show(8, tabFit.opMovAvg);
|
||||
|
||||
UpdateEquations();
|
||||
OnShowEquation();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue