Which color bar script are you using?<br><br><div class="gmail_quote">On Thu, Jun 16, 2011 at 1:23 PM, rajuattada <span dir="ltr">&lt;<a href="mailto:raju_attadamsc@rediffmail.com">raju_attadamsc@rediffmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Dear All,<br>              How can we increase colour bar font size as well as thickness ?<br>
              i will greatly appreciated,if somebody will help me.<br><br> Kind greetings<br><br>RAJU A<br>Research Fellow<br>Indian Institute Of Tropical Meteorology<br>Dr. Homi Bhabha Road,<br>Pashan<br>PUNE-411008.<br>
<br>Mobile No:<a href="tel:%2B91-9657192050" value="+919657192050" target="_blank">+91-9657192050</a><br><br>
On Wed, 15 Jun 2011 20:17:56 +0530 <a href="mailto:gradsusr-request@gradsusr.org" target="_blank">gradsusr-request@gradsusr.org</a> wrote<br>
&gt;Send gradsusr mailing list submissions to<br>
&gt;<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
&gt;<br>
&gt;To subscribe or unsubscribe via the World Wide Web, visit<br>
&gt;<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;or, via email, send a message with subject or body &#39;help&#39; to<br>
&gt;<a href="mailto:gradsusr-request@gradsusr.org" target="_blank">gradsusr-request@gradsusr.org</a><br>
&gt;<br>
&gt;You can reach the person managing the list at<br>
&gt;<a href="mailto:gradsusr-owner@gradsusr.org" target="_blank">gradsusr-owner@gradsusr.org</a><br>
&gt;<br>
&gt;When replying, please edit your Subject line so it is more specific<br>
&gt;than &quot;Re: Contents of gradsusr digest...&quot;<br>
&gt;<br>
&gt;<br>
&gt;Today&#39;s Topics:<br>
&gt;<br>
&gt;  1. Maximum Winds (Walsh, Brian J)<br>
&gt;  2. Re: Maximum Winds (Jeffrey Duda)<br>
&gt;  3. Wind direction in degrees at 10 meters (Salvador Salazar)<br>
&gt;  4. Re: Wind direction in degrees at 10 meters (Andre Pattantyus)<br>
&gt;  5. Re: (no subject) (Lacroix Christelle)<br>
&gt;  6. Re: (no subject) (Fr?d?ric Ameye [Infoclimat])<br>
&gt;<br>
&gt;<br>
&gt;----------------------------------------------------------------------<br>
&gt;<br>
&gt;Message: 1<br>
&gt;Date: Tue, 14 Jun 2011 12:43:55 -0400<br>
&gt;From: &quot;Walsh, Brian J&quot; &lt;<a href="mailto:brian.walsh@amec.com" target="_blank">brian.walsh@amec.com</a>&gt;<br>
&gt;Subject: [gradsusr] Maximum Winds<br>
&gt;To: &quot;<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>&quot; &lt;<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>&gt;<br>
&gt;Message-ID:<br>
&gt;&lt;<a href="mailto:B789270628BCF248BD517FA6466290E4010F8666BECB@ATT1-MBX1.global.amec.com" target="_blank">B789270628BCF248BD517FA6466290E4010F8666BECB@ATT1-MBX1.global.amec.com</a>&gt;<br>
&gt;<br>
&gt;Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
&gt;<br>
&gt;I have winds (ugrd, vgrd) at various pressure levels and want to calculate the maximum low-level winds, for instance. So, I may want to get the maximum winds over a region from 1000 mb up to 850 mb. How can I go about doing this?<br>

&gt;<br>
&gt;Thanks<br>
&gt;<br>
&gt;Brian<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ________________________________<br>
&gt;The information contained in this e-mail is intended only for the individual or entity to whom it is addressed.<br>
&gt;Its contents (including any attachments) may contain confidential and/or privileged information.<br>
&gt;If you are not an intended recipient you must not use, disclose, disseminate, copy or print its contents.<br>
&gt;If you receive this e-mail in error, please notify the sender by reply e-mail and delete and destroy the message.<br>
&gt;-------------- next part --------------<br>
&gt;An HTML attachment was scrubbed...<br>
&gt;URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20110614/5f0ae5ed/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20110614/5f0ae5ed/attachment-0001.html</a> <br>

&gt;<br>
&gt;------------------------------<br>
&gt;<br>
&gt;Message: 2<br>
&gt;Date: Tue, 14 Jun 2011 11:51:11 -0500<br>
&gt;From: Jeffrey Duda &lt;<a href="mailto:jdduda@iastate.edu" target="_blank">jdduda@iastate.edu</a>&gt;<br>
&gt;Subject: Re: [gradsusr] Maximum Winds<br>
&gt;To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>&gt;<br>
&gt;Message-ID: &lt;<a href="mailto:BANLkTikZ0p8SqAkAnjd1dXi6tVJ6Z4riWQ@mail.gmail.com" target="_blank">BANLkTikZ0p8SqAkAnjd1dXi6tVJ6Z4riWQ@mail.gmail.com</a>&gt;<br>
&gt;Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
&gt;<br>
&gt;&#39;d maxloc(mag(ugrd,vgrd),lev=1000,lev=850)&#39; will give you the z level of<br>
&gt;maximum wind speed. If your pressure levels are in 25 mb increments, then<br>
&gt;the pressure level is just 1025 - 25*Z, where Z is the maxloc and it is<br>
&gt;assumed your lowest pressure level is at 1000 mb.<br>
&gt;<br>
&gt;Jeff Duda<br>
&gt;<br>
&gt;On Tue, Jun 14, 2011 at 11:43 AM, Walsh, Brian J &lt;<a href="mailto:brian.walsh@amec.com" target="_blank">brian.walsh@amec.com</a>&gt;wrote:<br>
&gt;<br>
&gt;&gt; I have winds (ugrd, vgrd) at various pressure levels and want to<br>
&gt;&gt; calculate the maximum low-level winds, for instance. So, I may want to get<br>
&gt;&gt; the maximum winds over a region from 1000 mb up to 850 mb. How can I go<br>
&gt;&gt; about doing this?<br>
&gt;&gt;<br>
&gt;&gt; Thanks<br>
&gt;&gt;<br>
&gt;&gt; Brian<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; * ________________________________ *<br>
&gt;&gt; The information contained in this e-mail is intended only for the<br>
&gt;&gt; individual or entity to whom it is addressed.<br>
&gt;&gt; Its contents (including any attachments) may contain confidential and/or<br>
&gt;&gt; privileged information.<br>
&gt;&gt; If you are not an intended recipient you must not use, disclose,<br>
&gt;&gt; disseminate, copy or print its contents.<br>
&gt;&gt; If you receive this e-mail in error, please notify the sender by reply<br>
&gt;&gt; e-mail and delete and destroy the message.<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; gradsusr mailing list<br>
&gt;&gt; <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
&gt;&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;-- <br>
&gt;Jeff Duda<br>
&gt;Iowa State University<br>
&gt;Meteorology Graduate Student<br>
&gt;3134 Agronomy Hall<br>
&gt;<a href="http://www.meteor.iastate.edu/%7Ejdduda" target="_blank">www.meteor.iastate.edu/~jdduda</a><br>
&gt;-------------- next part --------------<br>
&gt;An HTML attachment was scrubbed...<br>
&gt;URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20110614/664c3fc7/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20110614/664c3fc7/attachment-0001.html</a> <br>

&gt;<br>
&gt;------------------------------<br>
&gt;<br>
&gt;Message: 3<br>
&gt;Date: Tue, 14 Jun 2011 18:10:54 -0700<br>
&gt;From: Salvador Salazar &lt;<a href="mailto:sal.salazar1@gmail.com" target="_blank">sal.salazar1@gmail.com</a>&gt;<br>
&gt;Subject: [gradsusr] Wind direction in degrees at 10 meters<br>
&gt;To: <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
&gt;Message-ID: &lt;BANLkTi=<a href="mailto:t0aTQTbDqeoy84o8yPXM81W9LmA@mail.gmail.com" target="_blank">t0aTQTbDqeoy84o8yPXM81W9LmA@mail.gmail.com</a>&gt;<br>
&gt;Content-Type: text/plain; charset=ISO-8859-1<br>
&gt;<br>
&gt;Hi guys,<br>
&gt;<br>
&gt;Several questions have been asked about plotting wind direction in<br>
&gt;degrees at 10 meters, but the scripts I found so far are giving me<br>
&gt;funny results. Further, ARWpost doesn&#39;t seem to throw this variable<br>
&gt;out, although it does throw wind direction at the z levels. I&#39;m<br>
&gt;posting the script below, hopefully someone can spot the error:<br>
&gt;<br>
&gt;&#39;define dir=atan2(-u10,-v10)*180/3.141592654&#39;<br>
&gt;&#39;define dir=const(dir,1)*(const(maskout(dir,dir),0,-u10)+const(maskout(360+dir,-dir),0,-u10))&#39;<br>
&gt;<br>
&gt;The problem with the above script is that it&#39;s telling me my model had<br>
&gt;Southern winds in the beginning, when I know it had North/Northeast<br>
&gt;winds from simply looking at the vectors u10 and v10. So, hopefully it<br>
&gt;just has a negative somewhere it doesn&#39;t belong or some other trivial<br>
&gt;error.<br>
&gt;<br>
&gt;<br>
&gt;------------------------------<br>
&gt;<br>
&gt;Message: 4<br>
&gt;Date: Tue, 14 Jun 2011 20:54:59 -0600<br>
&gt;From: Andre Pattantyus &lt;<a href="mailto:apattantyus2008@my.fit.edu" target="_blank">apattantyus2008@my.fit.edu</a>&gt;<br>
&gt;Subject: Re: [gradsusr] Wind direction in degrees at 10 meters<br>
&gt;To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>&gt;<br>
&gt;Message-ID: &lt;BANLkTi=<a href="mailto:DmUBpy3R2iViRU769D%2BR6NrCPhQ@mail.gmail.com" target="_blank">DmUBpy3R2iViRU769D+R6NrCPhQ@mail.gmail.com</a>&gt;<br>
&gt;Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
&gt;<br>
&gt;Salvador,<br>
&gt;<br>
&gt;I assume you are working with wrf output? if so you can specify it to output<br>
&gt;wind direction and wind speed at 10 m, wd10 and ws10. In the<br>
&gt;namelist.Arwpost that is provided there is a list of fields below the plot<br>
&gt;specification. just copy this and paste it above where it asks for fields<br>
&gt;and a more complete set of output variable (109 I believe) will be produced<br>
&gt;from the output. good luck.<br>
&gt;<br>
&gt;andre<br>
&gt;<br>
&gt;On Tue, Jun 14, 2011 at 7:10 PM, Salvador Salazar &lt;<a href="mailto:sal.salazar1@gmail.com" target="_blank">sal.salazar1@gmail.com</a>&gt;wrote:<br>
&gt;<br>
&gt;&gt; Hi guys,<br>
&gt;&gt;<br>
&gt;&gt; Several questions have been asked about plotting wind direction in<br>
&gt;&gt; degrees at 10 meters, but the scripts I found so far are giving me<br>
&gt;&gt; funny results. Further, ARWpost doesn&#39;t seem to throw this variable<br>
&gt;&gt; out, although it does throw wind direction at the z levels. I&#39;m<br>
&gt;&gt; posting the script below, hopefully someone can spot the error:<br>
&gt;&gt;<br>
&gt;&gt; &#39;define dir=atan2(-u10,-v10)*180/3.141592654&#39;<br>
&gt;&gt; &#39;define<br>
&gt;&gt; dir=const(dir,1)*(const(maskout(dir,dir),0,-u10)+const(maskout(360+dir,-dir),0,-u10))&#39;<br>
&gt;&gt;<br>
&gt;&gt; The problem with the above script is that it&#39;s telling me my model had<br>
&gt;&gt; Southern winds in the beginning, when I know it had North/Northeast<br>
&gt;&gt; winds from simply looking at the vectors u10 and v10. So, hopefully it<br>
&gt;&gt; just has a negative somewhere it doesn&#39;t belong or some other trivial<br>
&gt;&gt; error.<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; gradsusr mailing list<br>
&gt;&gt; <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
&gt;&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;-- <br>
&gt;Andre Pattantyus, Graduate Student Research Assistant<br>
&gt;Marine and Environmental Systems, Florida Institute of Technology<br>
&gt;150 W. University Blvd, Melbourne, FL 32901<br>
&gt;<br>
&gt;Phone: <a href="tel:%28321%29%20674-8330" value="+13216748330" target="_blank">(321) 674-8330</a> | Fax: <a href="tel:%28321%29%20674-7212" value="+13216747212" target="_blank">(321) 674-7212</a> | Email: <a href="mailto:apattantyus2008@fit.edu" target="_blank">apattantyus2008@fit.edu</a><br>

&gt;-------------- next part --------------<br>
&gt;An HTML attachment was scrubbed...<br>
&gt;URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20110614/cc1ae67a/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20110614/cc1ae67a/attachment-0001.html</a> <br>

&gt;<br>
&gt;------------------------------<br>
&gt;<br>
&gt;Message: 5<br>
&gt;Date: Wed, 15 Jun 2011 15:52:56 +0200<br>
&gt;From: Lacroix Christelle &lt;<a href="mailto:cl@meteoconsult.fr" target="_blank">cl@meteoconsult.fr</a>&gt;<br>
&gt;Subject: Re: [gradsusr] (no subject)<br>
&gt;To: <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
&gt;Message-ID: &lt;4DF8B<a href="tel:938.5000000" value="+19385000000" target="_blank">938.5000000</a>@<a href="http://meteoconsult.fr" target="_blank">meteoconsult.fr</a>&gt;<br>
&gt;Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
&gt;<br>
&gt;thanks, but it doesn&#39;t resolve my problem!<br>
&gt;<br>
&gt;here my code:<br>
&gt;&#39;set mpdset hires&#39;<br>
&gt;&#39;set lat 10 70&#39;<br>
&gt;&#39;set lon -40 40&#39;<br>
&gt;&#39;set mproj nps&#39;<br>
&gt;&#39;set mpvals -6 1 47.9 51&#39;<br>
&gt; &#39;set grads off&#39;<br>
&gt;  &#39;set font 0&#39;<br>
&gt;  &#39;set xlab off&#39;<br>
&gt;  &#39;set ylab off&#39;<br>
&gt;  &#39;set rgb <a href="tel:16%20103%20119%20179" value="+16103119179" target="_blank">16 103 119 179</a>&#39;<br>
&gt;  &#39;set rgb 17 254 235 193&#39;<br>
&gt;  &#39;set rgb 18 8 17 132&#39;<br>
&gt;  &#39;set rgb 19 41 57 122&#39;<br>
&gt;  &#39;set rgb 20 170 0 0&#39;<br>
&gt;  &#39;set z 0&#39;<br>
&gt;*** First part of the page<br>
&gt;  &#39;set parea 0 8.5 0 11&#39;<br>
&gt;  &#39;set line 1 1 1&#39;<br>
&gt;  &#39;set grid on 4 19 horizontal vertical&#39;<br>
&gt;  &#39;set mpdraw off&#39;<br>
&gt;  &#39;set map 1 1 1&#39;<br>
&gt;  &#39;set poli off&#39;<br>
&gt;...<br>
&gt;<br>
&gt;<br>
&gt;Best wishes<br>
&gt;<br>
&gt;<br>
&gt;Le 14/06/2011 16:14, saeed bayat a ?crit :<br>
&gt;&gt; Hi Lacrioix<br>
&gt;&gt;<br>
&gt;&gt; You can use &#39;set vpage&#39; and &#39;set parea&#39; for fix your ptoblem.<br>
&gt;&gt;<br>
&gt;&gt; Best wishes<br>
&gt;&gt;<br>
&gt;&gt; Saeed Bayat<br>
&gt;&gt; M.A student of Climatology<br>
&gt;&gt; Department of Geography<br>
&gt;&gt; Ferdowsi University of Mashhad(Iran)<br>
&gt;&gt; <a href="mailto:saeedbayat7276@gmail.com" target="_blank">saeedbayat7276@gmail.com</a> &lt;mailto:<a href="mailto:saeedbayat7276@gmail.com" target="_blank">saeedbayat7276@gmail.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Jun 14, 2011 at 6:18 PM, Lacroix Christelle <br>
&gt;&gt; &lt;<a href="mailto:cl@meteoconsult.fr" target="_blank">cl@meteoconsult.fr</a> &lt;mailto:<a href="mailto:cl@meteoconsult.fr" target="_blank">cl@meteoconsult.fr</a>&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;   hi,<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;   I have a map in dimensions 600x400, but this image is centered on<br>
&gt;&gt;   the page, and I don&#39;t know how delete these margins.<br>
&gt;&gt;   I need you help, please<br>
&gt;&gt;<br>
&gt;&gt;   _______________________________________________<br>
&gt;&gt;   gradsusr mailing list<br>
&gt;&gt;   <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a> &lt;mailto:<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>&gt;<br>
&gt;&gt;   <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; gradsusr mailing list<br>
&gt;&gt; <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
&gt;&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;<br>
&gt;-------------- next part --------------<br>
&gt;An HTML attachment was scrubbed...<br>
&gt;URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20110615/9a571fef/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20110615/9a571fef/attachment-0001.html</a> <br>

&gt;<br>
&gt;------------------------------<br>
&gt;<br>
&gt;Message: 6<br>
&gt;Date: Wed, 15 Jun 2011 16:43:38 +0200<br>
&gt;From: &quot;Fr?d?ric Ameye [Infoclimat]&quot; &lt;<a href="mailto:frederic.ameye@infoclimat.fr" target="_blank">frederic.ameye@infoclimat.fr</a>&gt;<br>
&gt;Subject: Re: [gradsusr] (no subject)<br>
&gt;To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>&gt;<br>
&gt;Message-ID: &lt;<a href="mailto:4DF8C51A.7040401@infoclimat.fr" target="_blank">4DF8C51A.7040401@infoclimat.fr</a>&gt;<br>
&gt;Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
&gt;<br>
&gt;Bonjour,<br>
&gt;<br>
&gt;Vous pouvez utiliser ceci :*&#39;set parea 0 11 0 8.5&#39;*<br>
&gt;Qui me semble fonctionner parfaitement ici.<br>
&gt;<br>
&gt;Bonne fin de journ?e,<br>
&gt;Fr?d?ric<br>
&gt;<br>
&gt;Le 15/06/2011 15:52, Lacroix Christelle a ?crit :<br>
&gt;&gt; thanks, but it doesn&#39;t resolve my problem!<br>
&gt;&gt;<br>
&gt;&gt; here my code:<br>
&gt;&gt; &#39;set mpdset hires&#39;<br>
&gt;&gt; &#39;set lat 10 70&#39;<br>
&gt;&gt; &#39;set lon -40 40&#39;<br>
&gt;&gt; &#39;set mproj nps&#39;<br>
&gt;&gt; &#39;set mpvals -6 1 47.9 51&#39;<br>
&gt;&gt; &#39;set grads off&#39;<br>
&gt;&gt;  &#39;set font 0&#39;<br>
&gt;&gt;  &#39;set xlab off&#39;<br>
&gt;&gt;  &#39;set ylab off&#39;<br>
&gt;&gt;  &#39;set rgb <a href="tel:16%20103%20119%20179" value="+16103119179" target="_blank">16 103 119 179</a>&#39;<br>
&gt;&gt;  &#39;set rgb 17 254 235 193&#39;<br>
&gt;&gt;  &#39;set rgb 18 8 17 132&#39;<br>
&gt;&gt;  &#39;set rgb 19 41 57 122&#39;<br>
&gt;&gt;  &#39;set rgb 20 170 0 0&#39;<br>
&gt;&gt;  &#39;set z 0&#39;<br>
&gt;&gt; *** First part of the page<br>
&gt;&gt;  &#39;set parea 0 8.5 0 11&#39;<br>
&gt;&gt;  &#39;set line 1 1 1&#39;<br>
&gt;&gt;  &#39;set grid on 4 19 horizontal vertical&#39;<br>
&gt;&gt;  &#39;set mpdraw off&#39;<br>
&gt;&gt;  &#39;set map 1 1 1&#39;<br>
&gt;&gt;  &#39;set poli off&#39;<br>
&gt;&gt; ...<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Best wishes<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Le 14/06/2011 16:14, saeed bayat a ?crit :<br>
&gt;&gt;&gt; Hi Lacrioix<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; You can use &#39;set vpage&#39; and &#39;set parea&#39; for fix your ptoblem.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Best wishes<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Saeed Bayat<br>
&gt;&gt;&gt; M.A student of Climatology<br>
&gt;&gt;&gt; Department of Geography<br>
&gt;&gt;&gt; Ferdowsi University of Mashhad(Iran)<br>
&gt;&gt;&gt; <a href="mailto:saeedbayat7276@gmail.com" target="_blank">saeedbayat7276@gmail.com</a> &lt;mailto:<a href="mailto:saeedbayat7276@gmail.com" target="_blank">saeedbayat7276@gmail.com</a>&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Tue, Jun 14, 2011 at 6:18 PM, Lacroix Christelle <br>
&gt;&gt;&gt; &lt;<a href="mailto:cl@meteoconsult.fr" target="_blank">cl@meteoconsult.fr</a> &lt;mailto:<a href="mailto:cl@meteoconsult.fr" target="_blank">cl@meteoconsult.fr</a>&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;   hi,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;   I have a map in dimensions 600x400, but this image is centered on<br>
&gt;&gt;&gt;   the page, and I don&#39;t know how delete these margins.<br>
&gt;&gt;&gt;   I need you help, please<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;   _______________________________________________<br>
&gt;&gt;&gt;   gradsusr mailing list<br>
&gt;&gt;&gt;   <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a> &lt;mailto:<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>&gt;<br>
&gt;&gt;&gt;   <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; gradsusr mailing list<br>
&gt;&gt;&gt; <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
&gt;&gt;&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; gradsusr mailing list<br>
&gt;&gt; <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
&gt;&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;-------------- next part --------------<br>
&gt;An HTML attachment was scrubbed...<br>
&gt;URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20110615/2190820b/attachment.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20110615/2190820b/attachment.html</a> <br>
&gt;<br>
&gt;------------------------------<br>
&gt;<br>
&gt;_______________________________________________<br>
&gt;gradsusr mailing list<br>
&gt;<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
&gt;<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;<br>
&gt;<br>
&gt;End of gradsusr Digest, Vol 16, Issue 18<br>
&gt;****************************************<br>
&gt;<br><a href="http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?" target="_blank"><img src=""></a><br>Treat yourself at a restaurant, spa, resort and much more with <b><a href="http://track.rediff.com/click?url=___http://dealhojaye.rediff.com?sc_cid=mailsignature___&amp;cmp=signature&amp;lnk=rediffmailsignature&amp;newservice=deals" target="_blank">Rediff Deal ho jaye!</a></b><br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Jeff Duda<br>Iowa State University<br>Meteorology Graduate Student<br>3134 Agronomy Hall<br><a href="http://www.meteor.iastate.edu/~jdduda">www.meteor.iastate.edu/~jdduda</a><br>