pson + !p.multi + xyouts [message #57938] |
Sat, 05 January 2008 10:52 |
rkombiyil
Messages: 59 Registered: March 2006
|
Member |
|
|
Hi Folks,
I ran into a problem with xyouts with !p.multi and pson..Any
suggestions??
pson,filename='plot.ps',paper=A4
!p.multi=[0,1,5]
;plot #1
plot,a,b,xticklen=1,yticklen=1,xgridstyle=1,ygridstyle=1,$
ycharsize=2.5,xcharsize=1.5
;plot #2
plot,c,d,xticklen=1,yticklen=1,xgridstyle=1,ygridstyle=1,$
ycharsize=2.5,xcharsize=1.5
;....
;plot #5
plot,i,j,xticklen=1,yticklen=1,xgridstyle=1,ygridstyle=1,$
ycharsize=2.5,xcharsize=1.5
xyouts,.5,0.9.,/normal,charsize=2.,'this is my plot title'
psoff
;--------------
I am always getting the plot to be positioned may be half way up on
the left with some part cut off by the left margin..I am trying to
plot to most of the available area, so the figures come out big and
easy on the eye.
Thanks for any help or pointers..
/rk
|
|
|