<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
lorna nayagam wrote:
<blockquote cite="mid124934.84233.qm@web34507.mail.mud.yahoo.com"
type="cite">
<div>Hello gradsusers,</div>
<div> I have two parameters 'a' and 'b' in two seperate files,
'a.grd' and 'b.grd' respectively. I want to contour 'a' and shade
areas where (a>=b). Can anyone help me? </div>
<div>Lorna</div>
<p> </p>
<hr size="1">Building a website is a piece of cake. <br>
Yahoo! Small Business gives you <a
href="http://us.rd.yahoo.com/evt=48251/*http://smallbusiness.yahoo.com/webhosting/?p=PASSPORTPLUS">all
the tools to get online.</a>
</blockquote>
Simple:<br>
<br>
.....<br>
....<br>
<br>
'set gxout shaded'<br>
'd maskout(a,a-b)'<br>
'set gxout contour'<br>
'd a'<br>
<br>
Regards,<br>
<pre class="moz-signature" cols="72">M. Mahakur
FORECASTING RESEARCH DIVISION
NDIAN INSTITUTE OF TROPICAL METEOROLOGY
PUNE - 411 008
INDIA.
</pre>
</body>
</html>