Re: enabling axis label for explicitly set additional axis

From: Quelet, Paul T (E W EN R&D DT LAC 1) <paul.quelet_at_nyahnyahspammersnyahnyah>
Date: Wed Oct 12 2011 - 13:01:07 MDT

Hi Keith,

Try this set of code:

 ; Set the right hand y axis to be on use in this plot:

  ares@tmYUseLeft = False ; Keep the right hand axis independent from the left hand axis
  ares@tmYRLabelsOn = True ; Have tick mark labels
  ares@tmYROn = True ; Have tick marks.

Where ares is the resources string that gets passed into the plot. The YR option is for Y axis Right hand. You will need to set new resources just as you did for the left hand y axis because you turned off the left hand y axis.

Good luck,

--Paul Quelet

________________________________
SIEMENS
Paul T. Quelet
Meteorologist
Siemens Energy, Wind R&D
1050 Walnut Street, Suite 303
Boulder, CO 80302
Phone: 303-895-2059
Fax: 303-895-2101
paul.quelet@siemens.com
________________________________

-----Original Message-----
From: ncl-talk-bounces@ucar.edu [mailto:ncl-talk-bounces@ucar.edu] On Behalf Of Keith Lindsay
Sent: Wednesday, October 12, 2011 12:05 PM
To: ncl-talk@ucar.edu
Subject: enabling axis label for explicitly set additional axis

Hi,

I'm creating an XY plot and am explicitly setting right axis labels,
similar to what is done in example 8 of
http://www.ncl.ucar.edu/Applications/xy.shtml for top axis labels.

I would like to add a title for this right axis, in addition to the left
axis title that is already being created with the resource
tiYAxisString.

I cannot find resources to generate both left and right axis titles.

Any suggestions?

Thanks, Keith

******************************************************************
Keith Lindsay http://www.cgd.ucar.edu/oce/klindsay/
email: klindsay@ucar.edu phone: 303-497-1722 fax: 303-497-1700
_______________________________________________
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 Wed Oct 12 13:01:21 2011

This archive was generated by hypermail 2.1.8 : Wed Oct 12 2011 - 15:59:45 MDT