[ncl-talk] Y-Axis on the right side

Guido Cioni guidocioni at gmail.com
Thu Sep 20 08:36:57 MDT 2018


Did you try example 8 here? https://www.ncl.ucar.edu/Applications/xy.shtml <https://www.ncl.ucar.edu/Applications/xy.shtml> 

I think you only need to turn off the left axis and turn on the right one, and it should use the same tickmarks/labels.

tmYLOn = False 
tmYLLabelsOn = False 
tmYROn = True 
tmYRLabelson = True 

 If not you have to set them manually (it is also explained in that page).
Cheers 

> On 20. Sep 2018, at 16:31, G.Monte at isac.cnr.it wrote:
> 
> Dears all,
> I am using "gsn_csm_xy" function in NCL 6.4.0. By default, the plot
> appears with y-axis on the left; is there exist a way to set it to the
> right side of my plot?
> Thanks in advance for your help,
> 
> Giulio Monte
> 
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk


Guido Cioni
http://guidocioni.altervista <http://guidocioni.altervista/>.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20180920/86780236/attachment.html>


More information about the ncl-talk mailing list