[ncl-talk] YRLabels with gsn_csm_contour

Matthew Fearon Matthew.Fearon at dri.edu
Tue Nov 10 23:13:26 MST 2015


Dear NCL users

I'm trying to put Y labels on the right hand side on my contour plot. Below are my settings tried. These work fine with YL "left hand side", but labels fail to appear when tried with YR the "right hand side". Tickmarks appear but not labels. Is there some wihitespace setting I need, and labels are just being cut off?

  res at tmYLOn               = False

  res at tmYROn               = True

  res at tmYRMode             = "Explicit"

  res at tmYRValues           = yvalues

  res at tmYRLabels           = ylabels

  res at tmYRLabelFontHeightF = 0.015


  plot = gsn_csm_contour(xwks, var, res)



thanks,

Matt

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20151111/5b08ec94/attachment.html 


More information about the ncl-talk mailing list