Re: ncl

From: cnl88 <cnl88_at_nyahnyahspammersnyahnyah>
Date: Thu Sep 01 2011 - 18:40:46 MDT

Thank you for asking my questions. I have changed the .hluresfile so that the first question have resovled.The
drawing have multiple Y acsis.how can i write the command to change the ylable from O3 toO3

ÔÚ 2011-09-01 19:14:24£¬"Andrew Mai" <mai@ucar.edu> дµÀ£º
On 09/01/2011 01:15 AM, cnl88 wrote:
Dear Sir or madam:
         How can I change the xlable from "7-31 "to "7:31" ;

Put the following lines in a file called .hluresfile in your home directory.
! comments for ".res" files are preceded by a "!"
! remember quotations are not used in .res files

! White background/black foreground
*wkForegroundColor : (/0.,0.,0./)
*wkBackgroundColor : (/1.,1.,1./)

! Font stuff
*Font : helvetica

! Function Codes
*TextFuncCode : ~
*txFuncCode : ~

*wkWidth : 900
*wkHeight : 900

! Increase default wkspace for graphics
! default is 16777216
*wsMaximumSize : 33554432

This will change the function code from ":" to "~" so you can have ":" in a label string mean ":" instead of function code.

        How can I change the yable from "NOX"to "NOx" ;

The Y label is already "NOx".

Andy

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk

picture
Received on Thu Sep 1 18:41:01 2011

This archive was generated by hypermail 2.1.8 : Wed Sep 07 2011 - 10:58:58 MDT