JSL Create Variability Chart from Tabulate table
Hi AllI have the following script for issue presentation only:I can't understand what is wrong - why chart not displayed.dt = Open( "$SAMPLE_DATA/Hurricanes.jmp" );tdt = dt<<Tabulate( Add Table( Column Table( Analysis Columns( :Atmospheric Pressure ), Statistics( N, Mean ) ), Row Table( Grouping Columns( :Name, :Name( "Wind (Knots)" ) ) ) ));pivotTable = tdt << Make Into Data Table;tbName =...