Scripting Guide > Scripting Platforms > Specify Report Titles
发布日期: 04/13/2021

Specify Report Titles

You can specify the title (shown in the title bar of a platform’s report) by adding the title command to the launch request. The following example replaces the standard bivariate report’s title with a user-specified one (My Title).

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