mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ScatterCtrl_Demo: Plot responsiveness and 2D surfaces added.
git-svn-id: svn://ultimatepp.org/upp/trunk@12445 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
124e533048
commit
ecb7a3db35
13 changed files with 217 additions and 33 deletions
|
|
@ -21,8 +21,8 @@ void TabStackedPlot::Init()
|
|||
scatter.AddSeries(stacked.Get(1)).Legend("s2").Fill();
|
||||
scatter.AddSeries(stacked.Get(0)).Legend("s1").Fill();
|
||||
|
||||
scatter.SetLabelY("Data").SetLabelX("time [seg]");
|
||||
scatter.ShowButtons();
|
||||
scatter.SetLabelY("Data").SetLabelX("time [seg]")
|
||||
.ShowButtons().Responsive();
|
||||
|
||||
type = 0;
|
||||
type.WhenAction = THISBACK(OnPlot);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue