mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
ScatterCtrl_demo: Added fix by Giorgio
git-svn-id: svn://ultimatepp.org/upp/trunk@11698 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
0a43d0b5fb
commit
47d96efdf4
1 changed files with 2 additions and 2 deletions
|
|
@ -17,9 +17,9 @@ void TabStackedPlot::Init()
|
|||
ds3.Init(s3);
|
||||
stacked.Add(ds1).Add(ds2).Add(ds3);
|
||||
|
||||
scatter.AddSeries(stacked.Get(2)).Legend("s1").Fill();
|
||||
scatter.AddSeries(stacked.Get(2)).Legend("s3").Fill();
|
||||
scatter.AddSeries(stacked.Get(1)).Legend("s2").Fill();
|
||||
scatter.AddSeries(stacked.Get(0)).Legend("s3").Fill();
|
||||
scatter.AddSeries(stacked.Get(0)).Legend("s1").Fill();
|
||||
|
||||
scatter.SetLabelY("Data").SetLabelX("time [seg]");
|
||||
scatter.ShowButtons();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue