comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Multi-plot error. Could anyone help me?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Multi-plot error. Could anyone help me? [message #56870] Sun, 18 November 2007 03:37
wanglin1981 is currently offline  wanglin1981
Messages: 10
Registered: August 2007
Junior Member
Dear all,
I try to multi-plot four figures into a one-page .ps file, but the
figures are plotted into four pages.
Here is part of the code, could anyone help me?
Thanks!
Lin

SET_PLOT, 'ps'
DEVICE, FILE='HGT500-cli.ps', XSIZE=8.27, YSIZE=11.69, $
XOFFSET=0.5, YOFFSET=0.5, /INCHES, /COLOR
!P.COLOR=1
!P.THICK=3.0
!P.FONT=1
!X.THICK=3.0
!Y.THICK=3.0
!P.POSITION=[0.1,0.6,0.85,0.9]
!P.Multi=[0,2,2]

;Figure 1
MAP_SET, 90.0, 180.0, /STEREOGRAPHIC,/NOBORDER
CONTOUR, wincli, longs, lats, LEVELS=ContourLevs, XSTYLE=5, YSTYLE=5,
$
C_ANNOTATION=labs, /
OVERPLOT,C_LINESTYLE=styles,C_THICK=thicks
MAP_CONTINENTS, MLINETHICK=0.8
MAP_GRID,GLINETHICK=0.5, LONDEL=30, LATDEL=20;longitude interval=30

;Figure 2
MAP_SET, 90.0, 180.0, /STEREOGRAPHIC,/NOBORDER
CONTOUR, sumcli, longs, lats, LEVELS=ContourLevs, XSTYLE=5, YSTYLE=5,
$
C_ANNOTATION=labs, /
OVERPLOT,C_LINESTYLE=styles,C_THICK=thicks
MAP_CONTINENTS, MLINETHICK=0.8
MAP_GRID,GLINETHICK=0.5, LONDEL=30, LATDEL=20;longitude interval=30

DEVICE, /CLOSE
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: problem with plot
Next Topic: Re: Multi-plot error. Could anyone help me?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Thu Oct 09 15:20:54 PDT 2025

Total time taken to generate the page: 0.96061 seconds