Use a contour plot to explore the potential relationship between three variables. Contour plots display the 3-dimensional relationship in two dimensions, with x- and y-factors (predictors) plotted on the x- and y-scales and response values represented by contours. A contour plot is like a topographical map in which x-, y-, and z-values are plotted instead of longitude, latitude, and elevation.
For example, the following plot shows how reheat time (y) and temperature (x) affect the quality (contours) of a frozen entree.
Contours can be represented by shaded areas, contour lines, or both.
You can change the number and colors of contour levels.
3D surface and 3D wireframe plots are graphs that you can use to explore the potential relationship between three variables. The predictor variables are displayed on the x- and y-scales, and the response (z) variable is represented by a smooth surface (3D surface plot) or a grid (3D wireframe plot).
The following figures compare these two types of plots.
The following 3D surface and contour plots represent a response surface with a simple maximum. As the color gets darker, the response increases. Note the relationship between the shape of the surface and the shape of the contours. Both the surface and contour plots are based on a regression model.
The following 3D surface and contour plots represent a minimax response surface. As the color gets darker, the response increases. Note the relationship between the shape of the surface and the shape of the contours. From the stationary point (saddle point) near the center of the design, increasing or decreasing both factors at the same time leads to a decrease in the response. But from the stationary point (saddle point), increasing either factor while decreasing the other leads to an increase in the response. Both the surface and contour plots are based on a regression model.
The following 3D surface and contour plots represent a stationary ridge surface. As the color gets darker, the response increases. A stationary ridge is shaped like an arch. In these graphs, there are many possible factor settings that maximize the response. Note the relationship between the shape of the surface and the shape of the contours. Both the surface and contour plots are based on a regression model.
The following 3D surface and contour plots represent a rising ridge surface. As the color gets darker, the response increases. The response increases as you decrease time and increase temperature at the same time. Note the relationship between the shape of the surface and the shape of the contours. Both the surface and contour plots are based on a regression model.