Is it possible to use a plot of some object as a subfigure in given position?

Suppose for example that g is a graph. What if I want to plot g, an arrow, and g with some edge deleted? There is graphic_array, but it is not quite flexible. I would like to have something like

G = Graphics()
G.add(g.plot(), position=(2,3))
G.add_primitive(Arrow(...))
 . . .

--
Jori Mäntysalo

Reply via email to