[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

xyouts with p.multi



I am plotting six graphs on one page using !p.multi =
[0,2,3]
I am trying to put some text in the same place on each
graph, by using

xyouts, x, y, 'text', /norm

after each graph is plotted.  I would think, using /norm,
that it would put the
text *in that graph*; but it doesn't, it puts it in some
crazy place.  Does anyone know how
to make xyouts position the text with respect to the most
recently plotted graph in the current window?

Chris O'Dell