Re: Cotidal Plot

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Thu Mar 15 2012 - 11:28:07 MDT

Not aware of any slick way of drawing phase eg 330, 340,350, 0
with contour lines.

However, in color you could create a cyclic color map.
NCL has a crude one
   http://www.ncl.ucar.edu/Document/Graphics/ColorTables/cyclic.shtml
You could readily create your own color map.

then turn on color and use all the colors

   res@cnColorFill = True
   res@gsnSpreadColors = True

and turn off the drawing of lines and lin labels

   res@cnLinesOn = False
   res@cnLineLabelsOn = False

Good luck

On 3/15/12 8:11 AM, Martin Claus wrote:
> Dear all,
>
> is it possible to make a nice contour plot of the phase in a cotidal
> plot? My problem is that the variable to plot (the phase angle) is
> periodic which causes the contour routines to draw a bunch of contour
> lines at locations of the cyclic point.
>
> Best regards,
> Martin
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Mar 15 11:28:16 2012

This archive was generated by hypermail 2.1.8 : Tue Mar 20 2012 - 15:27:15 MDT