Re: Title on conOncon_2.ncl

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Tue Dec 08 2009 - 09:09:29 MST

Hi Rosemarie,

The title is coming from the "long_name" attribute of "olr".

There are two ways you can get rid of the title.

One is to set:

   res2@tiMainString = ""

The other is to delete the attribute before you call the gsn routine:

   delete(olr@long_name)

--Mary

On Dec 8, 2009, at 8:03 AM, Rosemarie Drummond wrote:

> I am trying to use gsn_csm_contour_map_overlay and using the example
> conOncon_2.ncl as my model
> Please could you tell me how would I turn off the title "Outgoing
> Longwave Radiation Anomalies" which is automatically generated from an
> attribute of the second set of data?
> Thanks
> Rosemarie
>
> --
> Dr Rosemarie Drummond
> rmarie@atmosp.physics.utoronto.ca
>
> _______________________________________________
> 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 Tue Dec 8 09:09:51 2009

This archive was generated by hypermail 2.1.8 : Thu Dec 10 2009 - 11:30:59 MST