JMP 13.2 联机文档
发现 JMP
使用 JMP
基本分析
基本绘图
刻画器指南
实验设计指南
拟合线性模型
预测和专业建模
多元方法
质量和过程方法
可靠性和生存方法
消费者研究
Scripting Guide
JSL Syntax Reference
Scripting Guide
•
Scripting Platforms
•
Scripting-Only Messages and Arguments by Platform
• Surface Plot
上一个
•
下一个
Surface Plot
The following messages for a Surface Plot object can also be controlled in JMP, but might not have corresponding options in the red triangle menu:
–
surface_plot_object << Mode( "Isosurface" | "Sheet" )
// Isosurface uses three independent variables as the X, Y, and X axis and simultaneously plots the surfaces for the dependent variables on the plot. Sheet has one Z response that is dependent upon two independent X, Y variables.
–
surface_plot_object << Set Z Axis( col, Current Value(
n
) )
// set the Z axis by referencing the column
–
surface_plot_object << Set Variable Axis( col, Current Value(
n
) )
// set the independent variable axes by referencing each individual column
–
surface_plot_object << Response( ... )
// identify up to four response columns for plotting overlaid points
–
surface_plot_object << Formula( ... )
// assign formulas to columns in the sheets in a specified order