Solved – Plotting functions of three variables

data visualization

What are some ways that people know to plot a function of three variables, in a way that is relatively easy to understand on paper?

Although this could be generalized to pretty much any scenario, I'm specifically looking at a process where I can control pressure, power, and temperature. My output is a single number. I'd be interested to know what kind of answers people come up with.

My closest attempt:
One could use a regular 3D plot, where two axes represent two of the three independent variables, and the third one represents the output. Then color can be used to indicate the third independent variable. But this plot gets cluttered with information, especially when the input space is sampled well.

Best Answer

You could use a reactive 3D surface, with reactivity with respect to the value of the third variable.