interactive html and local data filter in jsl
Hi,I want to save plots of the same variable but filtered for different values as interactive html.Here is an example:new_window = New Window( "NW", hlb = H List Box() );
for (age_index=1,age_index<=N items(age_list),age_index++,
graph = Graph Builder(
invisible,
Size( 1357, 920 ),
Variables(
X( :index ),
Y( :Height ),
),
...