Qurak

Interactive graphics layout read

Tutorial 3 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.

Step 1
Plot[Cos[x] + 1 / 2, {x, 0, 3Pi}]
Output
-Graphics-
Step 2
Plot[ChebyshevU[6, x], {x, -1, 1}]
Output
-Graphics-
Step 3
Plot[Cos[x], {x, -2π, 2π}]
Output
-Graphics-

Functions used

Related recipes

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