<!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">
Joe,<br>
<br>
If I'm understanding you correctly, you want to color in from the
bottom of the graph to the line you drew, correct?<br>
Use "set gxout linefill". Once you set your lon and lat to plot along a
fixed lon or lat, and if your data is named "var", then define a new
variable that is equal to the minimum Y value of your&nbsp; graph. Something
like <br>
"define bottom=var*0-&lt;minimumYvalue&gt;"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; so that "bottom" has
same dimension as "var". Then<br>
"set lfcols &lt;color&gt; 0"&nbsp; <br>
"d var ; bottom" <br>
<br>
Mary Jo<br>
<br>
Joe Covert wrote:
<blockquote cite="mid44EAF982.7040501@noaa.gov" type="cite">I'm trying
to create a graphic using a bathymetry database (NAVO DBDV5
  <br>
in NETCDF).
  <br>
  <br>
What I'm looking to do is to plot the ocean bottom along a fixed
  <br>
longitude with varying latitude or vice versa.&nbsp; GrADS does this with no
  <br>
problem (see attachment). However ... I need to colorized everything
  <br>
below the ocean bottom in one color.
  <br>
  <br>
I've tried to use all of the gxout settings but no luck.
  <br>
  <br>
Ultimately this graphic will be composited together with sea-surface
  <br>
temperature graphic and act as a land mask.
  <br>
  <br>
If anyone knows of another approach please let me know.
  <br>
  <br>
Thanks,
  <br>
  <br>
Joe
  <br>
  <br>
  <br>
  <br>
  <hr size="4" width="90%"><br>
  <center><img src="cid:part1.04080105.02050608@noaa.gov"></center>
</blockquote>
</body>
</html>