Insetting Objects in Graphics
Inset[
obj,
pos]
specifies that the inset should be placed at position pos in the graphic
Inset[
obj,
pos,opos,size]
render an object with a given size so that point opos in obj is positioned at point pos in the containing graphic
Inset[
obj,
pos,opos,size,dirs]
specifies that the axes of the inset should be oriented in directions dirs
Creating an inset.
Here is a plot.
This creates a plot within a parametric plot.
Here is a three-dimensional plot.
This creates a two-dimensional graphics object that contains two differently sized copies of the three-dimensional plot.
Here are rotated and skewed plots inset in a graphic.
Mathematica can render plots, arbitrary 2D or 3D graphics, cells, and text within an
Inset . Notice that in general the display area for graphics objects will be sized so as to touch at least one pair of edges of the
Inset .