Re: simple query

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Fri Jan 15 2010 - 10:24:13 MST

To add to Dennis' comment: if you misspell a resource, you should get
a warning message from NCL that says something like:

    warning:tiYaxisString is not a valid resource in xy_plot at this
time

When you see this, look at the warning closely and see if the
resource is spelled correctly. Of course, the other problem could be
that you are trying to set a resource that doesn't exist.

The other helpful thing to remember with NCL resources is that the
first letter of every major word in an NCL resource is capitalized.
For example:

   xyLineColor
   tmXBLabelFontHeightF
   mpProjection
   cnFillOn
   tiYAxisString
   gsMarkerIndex

Hope this helps clear things up.

--Mary

On Jan 15, 2010, at 8:18 AM, Dennis Shea wrote:

> tiYAxisString
>
> Note that you have "axis" ... it should be "Axis"
>
> NCL is case sensitive
>
> p s wrote:
>> Hi,
>> Why "tiYaxisString" does not work in a multiple line plots using
>> gsn_xy
>> ? Is there any other way to set the axis labels ?
>> Regards,
>> Prabhakar
>>
>>
>> ---------------------------------------------------------------------
>> ---
>>
>> _______________________________________________
>> 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

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Jan 15 10:25:07 2010

This archive was generated by hypermail 2.1.8 : Fri Jan 15 2010 - 13:51:45 MST