<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Dear Hui,<BR>
&nbsp;<BR>
Thank you for your&nbsp;help. I did it.<BR>
&nbsp;<BR>
Tahere<BR>&nbsp;<BR>
<DIV>
<DIV id=SkyDrivePlaceholder></DIV>&gt; From: gradsusr-request@gradsusr.org<BR>&gt; Subject: gradsusr Digest, Vol 30, Issue 11<BR>&gt; To: gradsusr@gradsusr.org<BR>&gt; Date: Sun, 5 Aug 2012 12:00:01 -0400<BR>&gt; <BR>&gt; Send gradsusr mailing list submissions to<BR>&gt; gradsusr@gradsusr.org<BR>&gt; <BR>&gt; To subscribe or unsubscribe via the World Wide Web, visit<BR>&gt; http://gradsusr.org/mailman/listinfo/gradsusr<BR>&gt; or, via email, send a message with subject or body 'help' to<BR>&gt; gradsusr-request@gradsusr.org<BR>&gt; <BR>&gt; You can reach the person managing the list at<BR>&gt; gradsusr-owner@gradsusr.org<BR>&gt; <BR>&gt; When replying, please edit your Subject line so it is more specific<BR>&gt; than "Re: Contents of gradsusr digest..."<BR>&gt; <BR>&gt; <BR>&gt; Today's Topics:<BR>&gt; <BR>&gt; 1. 'vpage command' Question (T. haghroosta)<BR>&gt; 2. Re: 'vpage command' Question (Hui Wang)<BR>&gt; <BR>&gt; <BR>&gt; ----------------------------------------------------------------------<BR>&gt; <BR>&gt; Message: 1<BR>&gt; Date: Sat, 4 Aug 2012 19:11:30 +0000<BR>&gt; From: "T. haghroosta" &lt;haghroosta@hotmail.com&gt;<BR>&gt; Subject: [gradsusr] 'vpage command' Question<BR>&gt; To: &lt;gradsusr@gradsusr.org&gt;<BR>&gt; Message-ID: &lt;SNT104-W65F2165AAA12705F8588BADDC90@phx.gbl&gt;<BR>&gt; Content-Type: text/plain; charset="windows-1256"<BR>&gt; <BR>&gt; <BR>&gt; Dear All,<BR>&gt; <BR>&gt; I use command 'set vpage .... ' to put my 10 maps in one page, but unfortunately it doesn't work. In fact I don't know where is the exact place of using 'vpage' command in .gs file, and how can I use it. I wrote these 'vpage' commands in a .gs file, inside a 'while' command and before endwhile as follow:<BR>&gt; <BR>&gt; 'set vpage 2 3.6 4.25 7.7'<BR>&gt; 'set vpage 3.7 5.4 4.25 7.7'<BR>&gt; 'set vpage 5.5 7.2 4.25 7.7'<BR>&gt; 'set vpage 7.3 9 4.25 7.7'<BR>&gt; 'set vpage 9.1 10.8 4.25 7.7'<BR>&gt; 'set vpage 2 3.6 0.75 4.2'<BR>&gt; 'set vpage 3.7 5.4 0.75 4.2'<BR>&gt; 'set vpage 5.5 7.2 0.75 4.2' <BR>&gt; 'set v
page 7.3 9 0.75 4.2'<BR>&gt; 'set vpage 9.1 10.8 0.75 4.2'<BR>&gt; <BR>&gt; Could you please lead me to do that? and how can I print it?<BR>&gt; <BR>&gt; Regards<BR>&gt; <BR>&gt; Tahere <BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://gradsusr.org/pipermail/gradsusr/attachments/20120804/11f817c8/attachment-0001.html <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 2<BR>&gt; Date: Sun, 05 Aug 2012 00:01:38 -0400<BR>&gt; From: Hui Wang &lt;hui.wang@noaa.gov&gt;<BR>&gt; Subject: Re: [gradsusr] 'vpage command' Question<BR>&gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<BR>&gt; Message-ID: &lt;501DF022.3020009@noaa.gov&gt;<BR>&gt; Content-Type: text/plain; charset="windows-1256"<BR>&gt; <BR>&gt; Tahere,<BR>&gt; <BR>&gt; Here is an example for plotting two maps in one page:<BR>&gt; <BR>&gt; *----------------------------<BR>&gt; 'set vpage 0 8.5 7 11'<BR>&gt; 'set xlopts 1 4 0.12'<BR>&gt; 'set ylopts 1 4 0.12'<BR>&gt; 'set xlint 30'<BR>&gt; 'set ylint 10'<BR>&gt; 'set grads off'<BR>&gt; 'set gxout contour'<BR>&gt; 'set ccolor 0'<BR>&gt; 'set black -0.05 0.05'<BR>&gt; 'set cint 0.2'<BR>&gt; 'd ssta'<BR>&gt; *----------------------------<BR>&gt; 'set vpage 0 8.5 3 7'<BR>&gt; 'set xlint 30'<BR>&gt; 'set ylint 10'<BR>&gt; 'set grads off'<BR>&gt; 'set gxout contour'<BR>&gt; 'set ccolor 0'<BR>&gt; 'set black -0.05 0.05'<BR>&gt; 'set cint 0.2'<BR>&gt; 'd temp'<BR>&gt; *----------------------------<BR>&gt; <BR>&gt; Good luck,<BR>&gt; Hui<BR>&gt; <BR>&gt; On 8/4/2012 3:11 PM, T. haghroosta wrote:<BR>&gt; &gt; Dear All,<BR>&gt; &gt;<BR>&gt; &gt; I use command 'set vpage .... ' to put my 10 maps in one page, but <BR>&gt; &gt; unfortunately it doesn't work. In fact I don't know where is the exact <BR>&gt; &gt; place of using 'vpage' command in .gs file, and how can I use it. I <BR>&gt; &gt; wrote these 'vpage' commands in a .gs file, inside a 'while' command <BR>&gt; &gt; and before endwhile as follow:<BR>&gt; &gt;<BR>&gt; &gt; 'set v
page 2 3.6 4.25 7.7'<BR>&gt; &gt; 'set vpage 3.7 5.4 4.25 7.7'<BR>&gt; &gt; 'set vpage 5.5 7.2 4.25 7.7'<BR>&gt; &gt; 'set vpage 7.3 9 4.25 7.7'<BR>&gt; &gt; 'set vpage 9.1 10.8 4.25 7.7'<BR>&gt; &gt; 'set vpage 2 3.6 0.75 4.2'<BR>&gt; &gt; 'set vpage 3.7 5.4 0.75 4.2'<BR>&gt; &gt; 'set vpage 5.5 7.2 0.75 4.2'<BR>&gt; &gt; 'set vpage 7.3 9 0.75 4.2'<BR>&gt; &gt; 'set vpage 9.1 10.8 0.75 4.2'<BR>&gt; &gt;<BR>&gt; &gt; Could you please lead me to do that? and how can I print it?<BR>&gt; &gt;<BR>&gt; &gt; Regards<BR>&gt; &gt;<BR>&gt; &gt; Tahere<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; gradsusr mailing list<BR>&gt; &gt; gradsusr@gradsusr.org<BR>&gt; &gt; http://gradsusr.org/mailman/listinfo/gradsusr<BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://gradsusr.org/pipermail/gradsusr/attachments/20120805/97693e63/attachment-0001.html <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; gradsusr mailing list<BR>&gt; gradsusr@gradsusr.org<BR>&gt; http://gradsusr.org/mailman/listinfo/gradsusr<BR>&gt; <BR>&gt; <BR>&gt; End of gradsusr Digest, Vol 30, Issue 11<BR>&gt; ****************************************<BR></DIV>                                               </div></body>
</html>