This version of the Help is no longer updated. See JMP.com/help for the latest version.

.
Publication date: 07/30/2020

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 of another platform such as Profiler:

surface_plot_object << Mode( "Isosurface" | "Sheet" )
 
// Isosurface uses three independent variables as the X, Y, and Z axes 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
Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).