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

Re: Plotting a Text Box below a plot so that also works when !P.MULTI is set.



Have a look at my plot_text program, which allows you to position text
underneath a plot (or inside a plot).  For example, try this:

!p.multi=[0,1,2]
plot,[1,2],ymargin=[10,2]
plot_text,['Some text','Some more text'],position=1
plot,[1,2]

You can also use my legend program to position a plot legend the same
way.

The plot_text and legend procedures are part of the 'windt library',
available at http://www.bell-labs.com/user/windt/idl

-David Windt