Scripting Guide > Display Trees > Structure of JMP Reports > Examples of Display Boxes
발행일 : 03/10/2025

Examples of Display Boxes

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

Figure 11.1 Display Boxes in a Report 

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).