Best way to plot GraphBuilder plot with multiple Y variables using JSL
All, I'd like to ask for an input on the best way to script a GB plot with multiple parameters.Let's say I have a table like this:New Table( "Untitled 140",
Add Rows( 12 ),
New Column( "Category",
Character,
"Nominal",
Set Values( {"A", "A", "A", "B", "B", "B", "C", "C", "C", "D", "D", "D"} )
),
New Column( "Value1",
Numeric,
"Continuous",
Format( "Best", 12 ),
Set Values( [1, 4
...