Re: warning:xyMonoLineColor is not a valid resource

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Mon May 14 2012 - 07:45:11 MDT

You are drawing *contours* not and *xy* line plot.
You should use the 'cn' resources and not 'xy' resources.

On 5/14/12 7:39 AM, Alexander Semenov wrote:
> Hey!
>
> I have a problem with plotting contour lines.
>
> I want specific humidity to be plotted in green color as opposed to
> default black. In my script I have, and the lines I highlighted in
> yellow for some reasons do not work:
>
> warning:xyDashPatterns is not a valid resource in jet_pvo_contour at
> this time
> warning:xyMonoLineColor is not a valid resource in jet_pvo_contour at
> this time
> warning:xyLineColor is not a valid resource in jet_pvo_contour at this time
> warning:xyLineThicknesses is not a valid resource in jet_pvo_contour at
> this time
>
> You can see the plot in attached files
>
> res3 = res
> res3@cnLevelSelectionMode = "ManualLevels"
> res3@gsnDraw = False ; don't draw yet
> res3@gsnFrame = False ; don't advance
> frame yet
> res3@cnMinLevelValF = 1. ;-50.
> res3@cnMaxLevelValF = 7. ;120.
> res3@cnLevelSpacingF = 0.5 ;10.
> res3@xyMonoLineColor = False ; want colored lines
> res3@xyLineColor = "green"
> res3@xyLineThicknesses = 3 ; line thicknesses
> res3@xyDashPatterns = 0 ; make all lines solid
>
> --
> regards
>
> *******************************************************
> *Alexander Semenov*
> *
> *
> PhD Student - Research Assistant
> International Arctic Research Center
> Department of atmospheric sciences
> University of Alaska Fairbanks
>
> 930 Koyukuk dr, 408c3
> Fairbanks, AK, USA, 99775
> work phone +19074742672
>
>
>
> _______________________________________________
> 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 Mon May 14 07:45:21 2012

This archive was generated by hypermail 2.1.8 : Thu May 17 2012 - 13:42:02 MDT