[ncl-talk] simulataneously label both left and right y-axis

Mary Haley haley at ucar.edu
Thu Nov 1 09:32:20 MDT 2018


See example text_11.ncl at:

http://www.ncl.ucar.edu/Applications/text.shtml#ex11

Adding titles to both sides of an axis is one of those things we have on
our list to add, but right now, this is one way to do it.

--Mary


On Thu, Nov 1, 2018 at 5:35 AM, Sujata Mandke <amin at tropmet.res.in> wrote:

> Dear NCL community,
> Greetings!
>
>  I wish to label both left and right y-axis
>  with different labels.
> I had tried using following in my NCL script
>
>    res at tiYAxisSide          = "Left"
>    res at tiYAxisString = "correlation "  ; Left y-axis label
>
>    res at tiYAxisSide          = "Right"
>    res at tiYAxisString        = "OBSERVATION"  ; Right y-axis label
>
> With above settings,label appears only on left y-axis.
> Is there a way to label both left and right y-axis simultaneously?
>
> I am using NCL version 6.4.0 on linux machine.
> Please help in this regard.
>
> Any suggestion would be of great help.
>  Many thanks in advance.
> With best regards
> Dr. Sujata Mandke
> Scientist, Indian Institute of Tropical Meteorology
> Pune-411008,INDIA
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20181101/590ee062/attachment.html>


More information about the ncl-talk mailing list