[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.
- Subject: Re: Plotting a Text Box below a plot so that also works when !P.MULTI is set.
- From: David Windt <windt(at)bell-labs.com>
- Date: Mon, 23 Nov 1998 18:47:34 -0500
- Newsgroups: comp.lang.idl-pvwave
- Organization: Bell Labs
- References: <3655C83E.D22E4E1A@apl.washington.edu> <MPG.10bf87ca45e76688989691@news.frii.com> <36585D8D.E55AA635@io.harvard.edu> <MPG.10c24d5ad48fe33d989695@news.frii.com>
- Reply-To: windt(at)bell-labs.com
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:12941
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