Qurak

Use palettes

How-to 2 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.

Step 1
Plot3D[Sin[x y], {x, 0, 3}, {y, 0, 3}]
Output
-Graphics3D-
Step 2
Plot3D[Sin[x y], {x, 0, 3}, {y, 0, 3}, ColorFunction -> ColorData["BeachColors"]]
Output
-Graphics3D-

Functions used

Related recipes

All recipes · Function reference · Use this from an MCP client