Qurak

Inset one graphic into another

Workflow 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
sineGraphic = Plot[Sin[x], {x, 0, 22}]
Output
-Graphics-
Step 2
Graphics[{
	Rectangle[{0, 0}, {1, 1}]
	}, PlotRange -> 2]
Output
-Graphics-

Functions used

Related recipes

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