//! /* This script requires JMP® to run. Download a 30-day free trial from jmp.com/trial */ Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/SAT.jmp" ); Graph Builder( Variables( X( :Name( "2004 Math" ) ), Y( :Name( "2004 Verbal" ) ) ), Elements( Ellipse( X, Y, Legend( 15 ), Coverage( "90%" ) ), Caption Box( X, Y, Legend( 16 ), X Position( "Right" ), Summary Statistic( "Mean" ), Y Position( "Top" ) ) ) );