Scripting Guide > Display Trees > Navigate JMP Reports > Examples of Common Display Boxes
发布日期: 04/13/2021

Examples of Common Display Boxes

Figure 11.1 shows a Bivariate report that consists of several common display boxes.

Figure 11.1 Display Boxes in a Report 

Run the following script to create the report:

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
biv = dt << Bivariate( Y( :weight ), X( :height ), Fit Line() );
需要更多信息?有问题?从 JMP 用户社区得到解答 (community.jmp.com).