<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<br><br>Thank you all for your contributions!<br><br>I managed to do it by using "set vpage" appropriately.<br><br>Saiguran Loisulie<br>
Climate Systems Analysis Group<br>
Environmental and Geographical Science Department<br>
University of Cape Town<br>
Private Bag X3<br>
Rondebosch<br>
7701 <br>
SOUTH AFRICA<br>
<br>
CELL 0748 068 230<br><br>--- On <b>Tue, 12/28/10, gradsusr-request@gradsusr.org <i>&lt;gradsusr-request@gradsusr.org&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: gradsusr-request@gradsusr.org &lt;gradsusr-request@gradsusr.org&gt;<br>Subject: gradsusr Digest, Vol 10, Issue 58<br>To: gradsusr@gradsusr.org<br>Date: Tuesday, December 28, 2010, 7:36 AM<br><br><div class="plainMail">Send gradsusr mailing list submissions to<br>&nbsp;&nbsp;&nbsp; <a ymailto="mailto:gradsusr@gradsusr.org" href="/mc/compose?to=gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>&nbsp;&nbsp;&nbsp; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>or, via email, send a message with subject or body 'help' to<br>&nbsp;&nbsp;&nbsp; <a
 ymailto="mailto:gradsusr-request@gradsusr.org" href="/mc/compose?to=gradsusr-request@gradsusr.org">gradsusr-request@gradsusr.org</a><br><br>You can reach the person managing the list at<br>&nbsp;&nbsp;&nbsp; <a ymailto="mailto:gradsusr-owner@gradsusr.org" href="/mc/compose?to=gradsusr-owner@gradsusr.org">gradsusr-owner@gradsusr.org</a><br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of gradsusr digest..."<br><br><br>Today's Topics:<br><br>&nbsp;&nbsp;&nbsp;1. Re: problem with a .ctl script. (Nick Heath)<br>&nbsp;&nbsp;&nbsp;2. Append a single color bar to multiple plots (saiguran loisulie)<br>&nbsp;&nbsp;&nbsp;3. Re: Append a single color bar to multiple plots (Jeffrey Duda)<br>&nbsp;&nbsp;&nbsp;4. Re: Append a single color bar to multiple plots (Muhammad Rahiz)<br>&nbsp;&nbsp;&nbsp;5. beginer (SREEKANTH T.S)<br>&nbsp;&nbsp;&nbsp;6. Re: Append a single color bar to multiple plots (Diane
 Stokes)<br>&nbsp;&nbsp;&nbsp;7. Re: beginer (Muhammad Rahiz)<br>&nbsp;&nbsp;&nbsp;8. Re: beginer (SREEKANTH T.S)<br>&nbsp;&nbsp;&nbsp;9. Re: beginer (SREEKANTH T.S)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Mon, 27 Dec 2010 18:26:41 -0500<br>From: Nick Heath&lt;<a ymailto="mailto:nkh09@fsu.edu" href="/mc/compose?to=nkh09@fsu.edu">nkh09@fsu.edu</a>&gt;<br>Subject: Re: [gradsusr] problem with a .ctl script.<br>To: GrADS Users Forum &lt;<a ymailto="mailto:gradsusr@gradsusr.org" href="/mc/compose?to=gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>Message-ID: &lt;<a ymailto="mailto:f75feacceed7.4d18da61@fsu.edu" href="/mc/compose?to=f75feacceed7.4d18da61@fsu.edu">f75feacceed7.4d18da61@fsu.edu</a>&gt;<br>Content-Type: text/plain; charset=us-ascii<br><br>Ismaila,<br><br>To write a .ctl file for your new .dat file, you will need the resolution from the original NetCDf file you are
 opening.&nbsp; Then, you will have no problem writing the ctl file.&nbsp; It will look something like this:<br><br>dset rain.day.sahelregcm.dat<br>title sahel region<br>undef 999E999<br>xdef __ linear ___&nbsp; ___<br>ydef __ linear -10 ___<br>zdef 1 levels 1<br>tdef __ linear _Z__jan1997 __<br>vars 1<br>aa&nbsp; 0&nbsp; 99&nbsp; average<br>endvars<br><br>The blanks will have to be filled in with information about the original netcdf file.&nbsp; Also, I believe the xdef is on a 0 - 360 scale, so there are no negative values.&nbsp; Therefore, you will have to translate your negative longitude into a positive value on the 0-360 scale.<br>Hope this helps!<br>-Nick<br>----- Original Message -----<br>From: Ismaila Diallo &lt;<a ymailto="mailto:ismailadiallo64@yahoo.fr" href="/mc/compose?to=ismailadiallo64@yahoo.fr">ismailadiallo64@yahoo.fr</a>&gt;<br>Date: Monday, December 27, 2010 4:39 pm<br>Subject: [gradsusr] problem with a .ctl script.<br>To: <a
 ymailto="mailto:gradsusr-request@gradsusr.org" href="/mc/compose?to=gradsusr-request@gradsusr.org">gradsusr-request@gradsusr.org</a><br>Cc: <a ymailto="mailto:gradsusr@gradsusr.org" href="/mc/compose?to=gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br><br>&gt; Dear Grads User's<br>&gt; <br>&gt; I have daily data of a model simulation for 10 years over Africa. <br>&gt; So i want to <br>&gt; extract the data for the sahel region (between lon -10 to 10 and <br>&gt; lat 10 at 18). <br>&gt; for that i have wrote this script for getting .dat file:<br>&gt; <br>&gt; sdfopen /home/lpaosf/izo_moctar/RT.1996-2007_DAY.AVG.NC<br>&gt; <br>&gt; set time jan1997 dec2006<br>&gt; set lon -25 30<br>&gt; set lat -10 30<br>&gt; define aa=aave(rt,lon=-8.5,lon=8.5,lat=10,lat=16)<br>&gt; set x 1<br>&gt; set y 1<br>&gt; set fwrite rain.day.sahelregcm.dat<br>&gt; set gxout fwrite<br>&gt; d aa<br>&gt; disable fwrite <br>&gt; <br>&gt; <br>&gt; after the .dat script i need a
 .ctl program to use my data inj <br>&gt; grads but i met <br>&gt; many difficult when performing the .ctl program. <br>&gt; <br>&gt; So could someone taught me how must i do this script.<br>&gt; Believe in your great help<br>&gt; <br>&gt; Sincerely<br>&gt; Ismaila<br>&gt; <br>&gt; <br>&gt; <br>&gt;&nbsp; &nbsp; &nbsp; <br>&gt; _______________________________________________<br>&gt; gradsusr mailing list<br>&gt; <a ymailto="mailto:gradsusr@gradsusr.org" href="/mc/compose?to=gradsusr@gradsusr.org">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><br><br>------------------------------<br><br>Message: 2<br>Date: Mon, 27 Dec 2010 23:07:24 -0800 (PST)<br>From: saiguran loisulie &lt;<a ymailto="mailto:saiguranloi@yahoo.com" href="/mc/compose?to=saiguranloi@yahoo.com">saiguranloi@yahoo.com</a>&gt;<br>Subject: [gradsusr] Append a single color
 bar to multiple plots<br>To: <a ymailto="mailto:gradsusr@gradsusr.org" href="/mc/compose?to=gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>Message-ID: &lt;<a ymailto="mailto:947424.47015.qm@web111726.mail.gq1.yahoo.com" href="/mc/compose?to=947424.47015.qm@web111726.mail.gq1.yahoo.com">947424.47015.qm@web111726.mail.gq1.yahoo.com</a>&gt;<br>Content-Type: text/plain; charset="us-ascii"<br><br>Hi<br><br>I am trying to append a color bar at the bottom of my four seasonal plots by using a modified cbarn.gs as cbarn_1.gs<br><br>The color bar appends very close to the bottom plots, they almost overlap!<br><br>How can I increase the distance between the bottom plots and the color bar?<br><br>My script is attached<br><br>Saiguran Loisulie<br><br>Climate Systems Analysis Group<br><br>Environmental and Geographical Science Department<br><br>University of Cape Town<br><br>Private Bag X3<br><br>Rondebosch<br><br>7701 <br><br>SOUTH AFRICA<br><br><br><br>CELL
 0748 068 230<br><br><br>&nbsp; &nbsp; &nbsp; <br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20101227/ea55483f/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20101227/ea55483f/attachment-0001.html</a> <br>-------------- next part --------------<br>A non-text attachment was scrubbed...<br>Name: setclevs.gs<br>Type: application/octet-stream<br>Size: 740 bytes<br>Desc: not available<br>Url : <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20101227/ea55483f/attachment-0001.obj" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20101227/ea55483f/attachment-0001.obj</a> <br><br>------------------------------<br><br>Message: 3<br>Date: Tue, 28 Dec 2010 09:38:52 -0600<br>From: Jeffrey Duda &lt;<a ymailto="mailto:jdduda@iastate.edu"
 href="/mc/compose?to=jdduda@iastate.edu">jdduda@iastate.edu</a>&gt;<br>Subject: Re: [gradsusr] Append a single color bar to multiple plots<br>To: GrADS Users Forum &lt;<a ymailto="mailto:gradsusr@gradsusr.org" href="/mc/compose?to=gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>Message-ID:<br>&nbsp;&nbsp;&nbsp; &lt;<a ymailto="mailto:AANLkTikJ1b8eejGdBUuYHTnwqkOdQzaZLEcPim_r17ZJ@mail.gmail.com" href="/mc/compose?to=AANLkTikJ1b8eejGdBUuYHTnwqkOdQzaZLEcPim_r17ZJ@mail.gmail.com">AANLkTikJ1b8eejGdBUuYHTnwqkOdQzaZLEcPim_r17ZJ@mail.gmail.com</a>&gt;<br>Content-Type: text/plain; charset="iso-8859-1"<br><br>Saiguran,<br>It would help if you also attached your code for the "page" and cbarn_1<br>scripts.&nbsp; That's where the measurement/placement code is that controls the<br>spacing between your plots and the color bar.<br><br>Alternately, if you have the exact same contour levels and colors in each<br>plot, you can plot just one color bar somewhere on
 the page by essentially<br>setting the plotting area (set parea) to a small corner of the page, then<br>display the same data with your contour levels set, then do "set parea off"<br>then run the color bar script.&nbsp; It should plot one big one somewhere on the<br>page (you can obviously set exactly where it is plotted and how large it<br>is).<br><br>Hope this helps.<br><br>Jeff Duda<br><br>On Tue, Dec 28, 2010 at 1:07 AM, saiguran loisulie &lt;<a ymailto="mailto:saiguranloi@yahoo.com" href="/mc/compose?to=saiguranloi@yahoo.com">saiguranloi@yahoo.com</a>&gt;wrote:<br><br>&gt; Hi<br>&gt;<br>&gt; I am trying to append a color bar at the bottom of my four seasonal plots<br>&gt; by using a modified cbarn.gs as cbarn_1.gs<br>&gt;<br>&gt; The color bar appends very close to the bottom plots, they almost overlap!<br>&gt;<br>&gt; How can I increase the distance between the bottom plots and the color bar?<br>&gt;<br>&gt; My script is attached<br>&gt;<br>&gt;
 Saiguran Loisulie<br>&gt; Climate Systems Analysis Group<br>&gt; Environmental and Geographical Science Department<br>&gt; University of Cape Town<br>&gt; Private Bag X3<br>&gt; Rondebosch<br>&gt; 7701<br>&gt; SOUTH AFRICA<br>&gt;<br>&gt; CELL 0748 068 230<br>&gt;<br>&gt; _______________________________________________<br>&gt; gradsusr mailing list<br>&gt; <a ymailto="mailto:gradsusr@gradsusr.org" href="/mc/compose?to=gradsusr@gradsusr.org">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><br><br>-- <br>Jeff Duda<br>Iowa State University<br>Meteorology Graduate Student<br>3134 Agronomy Hall<br>www.meteor.iastate.edu/~jdduda<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20101228/8642aec9/attachment-0001.html"
 target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20101228/8642aec9/attachment-0001.html</a> <br><br>------------------------------<br><br>Message: 4<br>Date: Tue, 28 Dec 2010 17:05:11 +0000 (GMT)<br>From: Muhammad Rahiz &lt;<a ymailto="mailto:muhammad.rahiz@ouce.ox.ac.uk" href="/mc/compose?to=muhammad.rahiz@ouce.ox.ac.uk">muhammad.rahiz@ouce.ox.ac.uk</a>&gt;<br>Subject: Re: [gradsusr] Append a single color bar to multiple plots<br>To: GrADS Users Forum &lt;<a ymailto="mailto:gradsusr@gradsusr.org" href="/mc/compose?to=gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>Message-ID:<br>&nbsp;&nbsp;&nbsp; &lt;<a ymailto="mailto:alpine.LFD.2.00.1012281659390.4782@localhost6.localdomain" href="/mc/compose?to=alpine.LFD.2.00.1012281659390.4782@localhost6.localdomain">alpine.LFD.2.00.1012281659390.4782@localhost6.localdomain</a>6&gt;<br>Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed<br><br>Hi,<br><br>What you can do is to use
 the 'set vpage' option rather than 'run <br>page' like so;<br><br>'set t 1'<br>'set vpage 0 5.5 4.25 8.5'<br>'d var'<br>'draw title plot1'<br>'cbarn'<br><br>'set t 2'<br>'set vpage 5.5 11 4.25 8.5'<br>'d var'<br>'draw title plot2'<br>'cbarn'<br><br>'set t 3'<br>'set vpage 0 5.5 0 4.25'<br>'d var'<br>'draw title plot3'<br>'cbarn<br><br>'set t 4'<br>'set vpage 5.5 11 0 4.25'<br>'d var'<br>'draw title plot4'<br>'cbarn<br><br>'printim image.png white'<br><br>Also, most of the components in the script are repetitive - hence would be <br>better to optimize it by using a loop.<br><br><br>Muhammad Rahiz<br>Researcher &amp; DPhil Candidate (Climate Systems &amp; Policy)<br>School of Geography &amp; the Environment<br>University of Oxford<br><br>On Tue, 28 Dec 2010, saiguran loisulie wrote:<br><br>&gt; Hi<br>&gt; <br>&gt; I am trying to append a color bar at the bottom of my four seasonal plots by<br>&gt; using a modified cbarn.gs as cbarn_1.gs<br>&gt; <br>&gt;
 The color bar appends very close to the bottom plots, they almost overlap!<br>&gt; <br>&gt; How can I increase the distance between the bottom plots and the color bar?<br>&gt; <br>&gt; My script is attached<br>&gt; <br>&gt; Saiguran Loisulie<br>&gt; Climate Systems Analysis Group<br>&gt; Environmental and Geographical Science Department<br>&gt; University of Cape Town<br>&gt; Private Bag X3<br>&gt; Rondebosch<br>&gt; 7701<br>&gt; SOUTH AFRICA<br>&gt; <br>&gt; CELL 0748 068 230<br>&gt; <br>&gt;<br><br><br>------------------------------<br><br>Message: 5<br>Date: Wed, 29 Dec 2010 00:13:57 +0530<br>From: "SREEKANTH T.S" &lt;<a ymailto="mailto:chlsreeekanth@gmail.com" href="/mc/compose?to=chlsreeekanth@gmail.com">chlsreeekanth@gmail.com</a>&gt;<br>Subject: [gradsusr] beginer<br>To: <a ymailto="mailto:gradsusr@gradsusr.org" href="/mc/compose?to=gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>Message-ID:<br>&nbsp;&nbsp;&nbsp;
 &lt;AANLkTimVuZ18oUAjm-Fy6Ggy5Lgyx=<a ymailto="mailto:ztPmCpsJKCBATJ@mail.gmail.com" href="/mc/compose?to=ztPmCpsJKCBATJ@mail.gmail.com">ztPmCpsJKCBATJ@mail.gmail.com</a>&gt;<br>Content-Type: text/plain; charset="iso-8859-1"<br><br>I'm trying to learn grads, I want to plot graphs with TRMM data can any one<br>help me.<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20101229/24dd6ebb/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20101229/24dd6ebb/attachment-0001.html</a> <br><br>------------------------------<br><br>Message: 6<br>Date: Tue, 28 Dec 2010 13:49:32 -0500<br>From: Diane Stokes &lt;<a ymailto="mailto:Diane.Stokes@noaa.gov" href="/mc/compose?to=Diane.Stokes@noaa.gov">Diane.Stokes@noaa.gov</a>&gt;<br>Subject: Re: [gradsusr] Append a single color bar to multiple plots<br>To: GrADS Users Forum &lt;<a
 ymailto="mailto:gradsusr@gradsusr.org" href="/mc/compose?to=gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>Message-ID: &lt;<a ymailto="mailto:4D1A313C.8020004@noaa.gov" href="/mc/compose?to=4D1A313C.8020004@noaa.gov">4D1A313C.8020004@noaa.gov</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>Saiguran,<br><br>I'm guessing your cbarn_1.gs script is calling:<br>&nbsp;&nbsp;&nbsp;'set vpage off'<br>after getting the shading info and before drawing the color bar.<br><br>If you open that script with your favorite text editor, you should see <br>towards the top lines such as:<br><br>sf=subwrd(args,1)<br>vert=subwrd(args,2)<br>xmid=subwrd(args,3)<br>ymid=subwrd(args,4)<br><br>Whether you see those lines exactly depends on the changes that were <br>made relative to the original cbarn.gs.<br><br>xmid and ymid are used to place the bar where you like (horizontally and <br>vertically, respectively).&nbsp; So, if your cbarn_1.gs
 script does expect <br>them as argument 3 and 4, the following:<br><br>'run cbarn_1 1 0 5.5 0.5'<br><br>should place a full scale horizontal color bar centered 5.5 inches from <br>the left and 0.5 inches from the bottom of the page.<br><br>Again, the argument position for setting the x- and y location and the <br>actual result depend on your cbarn_1.gs script.&nbsp; I hope this points you <br>in the right direction.<br><br>&nbsp; &nbsp;&nbsp;&nbsp;Diane<br><br><br>On 12/28/2010 2:07 AM, saiguran loisulie wrote:<br>&gt; Hi<br>&gt;<br>&gt; I am trying to append a color bar at the bottom of my four seasonal<br>&gt; plots by using a modified cbarn.gs as cbarn_1.gs<br>&gt;<br>&gt; The color bar appends very close to the bottom plots, they almost overlap!<br>&gt;<br>&gt; How can I increase the distance between the bottom plots and the color bar?<br>&gt;<br>&gt; My script is attached<br>&gt;<br>&gt; Saiguran Loisulie<br>&gt; Climate Systems Analysis
 Group<br>&gt; Environmental and Geographical Science Department<br>&gt; University of Cape Town<br>&gt; Private Bag X3<br>&gt; Rondebosch<br>&gt; 7701<br>&gt; SOUTH AFRICA<br>&gt;<br>&gt; CELL 0748 068 230<br>&gt;<br>&gt;<br>&gt;<br><br><br>------------------------------<br><br>Message: 7<br>Date: Tue, 28 Dec 2010 19:24:38 +0000 (GMT)<br>From: Muhammad Rahiz &lt;<a ymailto="mailto:muhammad.rahiz@ouce.ox.ac.uk" href="/mc/compose?to=muhammad.rahiz@ouce.ox.ac.uk">muhammad.rahiz@ouce.ox.ac.uk</a>&gt;<br>Subject: Re: [gradsusr] beginer<br>To: GrADS Users Forum &lt;<a ymailto="mailto:gradsusr@gradsusr.org" href="/mc/compose?to=gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>Message-ID:<br>&nbsp;&nbsp;&nbsp; &lt;<a ymailto="mailto:alpine.LFD.2.00.1012281917150.5910@localhost6.localdomain" href="/mc/compose?to=alpine.LFD.2.00.1012281917150.5910@localhost6.localdomain">alpine.LFD.2.00.1012281917150.5910@localhost6.localdomain</a>6&gt;<br>Content-Type:
 TEXT/PLAIN; charset=US-ASCII; format=flowed<br><br>Hi sreekanth,<br><br>A basic guide is available at; <br><a href="http://www.iges.org/grads/gadoc/tutorial.html" target="_blank">http://www.iges.org/grads/gadoc/tutorial.html</a><br><br>Muhammad Rahiz<br>Researcher &amp; DPhil Candidate (Climate Systems &amp; Policy)<br>School of Geography &amp; the Environment<br>University of Oxford<br><br>On Tue, 28 Dec 2010, SREEKANTH T.S wrote:<br><br>&gt; I'm trying to learn grads, I want to plot graphs with TRMM data can any one help<br>&gt; me.<br>&gt; <br>&gt;<br><br><br>------------------------------<br><br>Message: 8<br>Date: Wed, 29 Dec 2010 01:05:44 +0530<br>From: "SREEKANTH T.S" &lt;<a ymailto="mailto:chlsreeekanth@gmail.com" href="/mc/compose?to=chlsreeekanth@gmail.com">chlsreeekanth@gmail.com</a>&gt;<br>Subject: Re: [gradsusr] beginer<br>To: GrADS Users Forum &lt;<a ymailto="mailto:gradsusr@gradsusr.org"
 href="/mc/compose?to=gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>Message-ID:<br>&nbsp;&nbsp;&nbsp; &lt;<a ymailto="mailto:AANLkTimYafCJQLgRZSv3mgiPCX8Ds3jJMj90nCBeDaQF@mail.gmail.com" href="/mc/compose?to=AANLkTimYafCJQLgRZSv3mgiPCX8Ds3jJMj90nCBeDaQF@mail.gmail.com">AANLkTimYafCJQLgRZSv3mgiPCX8Ds3jJMj90nCBeDaQF@mail.gmail.com</a>&gt;<br>Content-Type: text/plain; charset="iso-8859-1"<br><br>thanks a lot<br><br>On Wed, Dec 29, 2010 at 12:54 AM, Muhammad Rahiz &lt;<br><a ymailto="mailto:muhammad.rahiz@ouce.ox.ac.uk" href="/mc/compose?to=muhammad.rahiz@ouce.ox.ac.uk">muhammad.rahiz@ouce.ox.ac.uk</a>&gt; wrote:<br><br>&gt; Hi sreekanth,<br>&gt;<br>&gt; A basic guide is available at;<br>&gt; <a href="http://www.iges.org/grads/gadoc/tutorial.html" target="_blank">http://www.iges.org/grads/gadoc/tutorial.html</a><br>&gt;<br>&gt; Muhammad Rahiz<br>&gt; Researcher &amp; DPhil Candidate (Climate Systems &amp; Policy)<br>&gt; School of Geography &amp;
 the Environment<br>&gt; University of Oxford<br>&gt;<br>&gt; On Tue, 28 Dec 2010, SREEKANTH T.S wrote:<br>&gt;<br>&gt; &gt; I'm trying to learn grads, I want to plot graphs with TRMM data can any<br>&gt; one help<br>&gt; &gt; me.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; _______________________________________________<br>&gt; gradsusr mailing list<br>&gt; <a ymailto="mailto:gradsusr@gradsusr.org" href="/mc/compose?to=gradsusr@gradsusr.org">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>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20101229/d2d9eed4/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20101229/d2d9eed4/attachment-0001.html</a> <br><br>------------------------------<br><br>Message: 9<br>Date:
 Wed, 29 Dec 2010 01:14:03 +0530<br>From: "SREEKANTH T.S" &lt;<a ymailto="mailto:chlsreeekanth@gmail.com" href="/mc/compose?to=chlsreeekanth@gmail.com">chlsreeekanth@gmail.com</a>&gt;<br>Subject: Re: [gradsusr] beginer<br>To: GrADS Users Forum &lt;<a ymailto="mailto:gradsusr@gradsusr.org" href="/mc/compose?to=gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>Message-ID:<br>&nbsp;&nbsp;&nbsp; &lt;AANLkTikoGcguV78iSPTZ=1qOd+mLX3BCgR+<a ymailto="mailto:U4_T1Z_AE@mail.gmail.com" href="/mc/compose?to=U4_T1Z_AE@mail.gmail.com">U4_T1Z_AE@mail.gmail.com</a>&gt;<br>Content-Type: text/plain; charset="iso-8859-1"<br><br>hi Muhammad Rahiz thanks<br><br>On Wed, Dec 29, 2010 at 1:05 AM, SREEKANTH T.S &lt;<a ymailto="mailto:chlsreeekanth@gmail.com" href="/mc/compose?to=chlsreeekanth@gmail.com">chlsreeekanth@gmail.com</a>&gt;wrote:<br><br>&gt; thanks a lot<br>&gt;<br>&gt;<br>&gt; On Wed, Dec 29, 2010 at 12:54 AM, Muhammad Rahiz &lt;<br>&gt; <a
 ymailto="mailto:muhammad.rahiz@ouce.ox.ac.uk" href="/mc/compose?to=muhammad.rahiz@ouce.ox.ac.uk">muhammad.rahiz@ouce.ox.ac.uk</a>&gt; wrote:<br>&gt;<br>&gt;&gt; Hi sreekanth,<br>&gt;&gt;<br>&gt;&gt; A basic guide is available at;<br>&gt;&gt; <a href="http://www.iges.org/grads/gadoc/tutorial.html" target="_blank">http://www.iges.org/grads/gadoc/tutorial.html</a><br>&gt;&gt;<br>&gt;&gt; Muhammad Rahiz<br>&gt;&gt; Researcher &amp; DPhil Candidate (Climate Systems &amp; Policy)<br>&gt;&gt; School of Geography &amp; the Environment<br>&gt;&gt; University of Oxford<br>&gt;&gt;<br>&gt;&gt; On Tue, 28 Dec 2010, SREEKANTH T.S wrote:<br>&gt;&gt;<br>&gt;&gt; &gt; I'm trying to learn grads, I want to plot graphs with TRMM data can any<br>&gt;&gt; one help<br>&gt;&gt; &gt; me.<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; gradsusr mailing list<br>&gt;&gt; <a ymailto="mailto:gradsusr@gradsusr.org"
 href="/mc/compose?to=gradsusr@gradsusr.org">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>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20101229/0f074719/attachment.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20101229/0f074719/attachment.html</a> <br><br>------------------------------<br><br>_______________________________________________<br>gradsusr mailing list<br><a ymailto="mailto:gradsusr@gradsusr.org" href="/mc/compose?to=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><br>End of gradsusr Digest, Vol 10, Issue
 58<br>****************************************<br></div></blockquote></td></tr></table><br>