Dynamic y axis range in variability chart
I have the following variability chart and I am implementing that by Parameternebs = {};
...
For Each({pChoice}, parameterChoice,
lub << append(Text Box(pChoice));
lub << append(neb = Number Edit Box(42));
Insert Into(nebs, neb);
);
vals = nebs << get;
varchart = Variability Chart(
Y( :Value),
X( :Time Point, :Storage Condition, :Level ),
Std Dev Chart( 0 ),
By( :Parameter ),
SendToR