How can show the slope in the graph?
Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
Graph Builder(
Variables( X( Transform Column( "rows", Formula( Row() ) ) ), Y( :height ) ),
Elements( Points( X, Y, Legend( 3 ) ), Line Of Fit( X, Y, Legend( 5 ) ) )
);