JMP 13.2 Online Documentation (English)
Discovering JMP
Using JMP
Basic Analysis
Essential Graphing
Profilers
Design of Experiments Guide
Fitting Linear Models
Predictive and Specialized Modeling
Multivariate Methods
Quality and Process Methods
Reliability and Survival Methods
Consumer Research
Scripting Guide
JSL Syntax Reference
JMP iPad Help
JMP Interactive HTML
Capabilities Index
JMP 12 Online Documentation
Scripting Guide
•
Scripting Platforms
•
Scripting-Only Messages and Arguments by Platform
• Surface Plot
Previous
•
Next
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
Previous
•
Next
Help created on 9/19/2017