Re: vector plot problem

From: Mary Haley <haley_at_ucar.edu>
Date: Thu, 10 Nov 2005 22:31:59 -0700 (MST)

On Fri, 11 Nov 2005, jerry wrote:

> hi
>
> I use the function "gsn_csm_pres_hgt_vector" to draw a pressure/height contour plot overlaid with vector .
>
> Does it have any way just to draw the vectors over a pressure/height plot without contour plot ?
>
> Thank you for help

Hi Jerry,

There is currently no "official" way to do this, but I believe you
can do this pretty easily with the following lines:

   res@cnLinesOn = False
   res@cnInfoLabelOn = False

Of course, you need to make sure you are not setting any other cn*
resources, like "res@cnFillOn = True".

--Mary

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Nov 10 2005 - 22:31:59 MST

This archive was generated by hypermail 2.2.0 : Thu Nov 10 2005 - 22:35:33 MST