<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1">Ketut,<br>
</font>
<blockquote><font size="+1">set gxout linefill<br>
set lfcols 2 4</font><br>
  <font size="+1">d a;b</font><br>
</blockquote>
<font size="+1">Color where a &gt; b in red (2) and a &lt; b in blue
(4) .<br>
<br>
In your case, "a" would be "sst" and "b" should be something like
"const(sst,0.,-a)" or "sst*0." since you want to shade less than and
greater than zero. (You can't just do "d sst;0." because the second
variable needs to be on the same grid as "sst".&nbsp; "sst*0." or
"const(sst,0.,-a)" are on the same grid as "sst", but have the value =
0.)<br>
</font><font size="+1"><br>
MJ<br>
<br>
</font><br>
I Ketut Swardika Swardika wrote:
<blockquote
 cite="mid:b1f81da10909010712ma0b81eew6df4e20c07799900@mail.gmail.com"
 type="cite">Dear GRADSUSER<br>
  <br>
I plots line of sst anomalies, and I want positive anomalies area is
filled with color red and negative anomalies area is filled with blue.<br>
How to do that?, let me know please.<br>
  <br>
thank any advice<br>
ketut<br>
  <br>
</blockquote>
</body>
</html>