[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
xyouts with p.multi
- Subject: xyouts with p.multi
- From: "Christopher W. O'Dell" <odell(at)cmb.physics.wisc.edu>
- Date: Thu, 24 May 2001 16:20:54 -0500
- Newsgroups: comp.lang.idl-pvwave
- Organization: University of Wisconsin, Madison
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:25080
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