For the latest version of JMP Help, visit JMP.com/help.

1.
Select Help > Sample Data Library and open Big Class.jmp.
2.
Select Analyze > Fit Y by X.
3.
Choose Weight for Y and Height for X, and then click OK.
Figure 12.1 Customizing the Graph Options
5.
Click the Add button to add a new graphics script.
Text( {55, 160}, "Hello World" );
Now the graph has a text element at the graph’s x-coordinate 55 and y-coordinate 160.
Figure 12.2 Adding a Script to a Graph Interactively
Fill Color( "Green" ); Rect( 57, 175, 65, 110, 1 );
Tip: To use a script that references a column name, use Column( colname ) or a colon ( :colname ) to scope it properly.
Hint: To see the JSL for the above actions, select Save Script > To Script Window from the red triangle menu.

Help created on 3/19/2020