[ncl-talk] problem with res at tmXBOn

Mary Haley haley at ucar.edu
Tue Mar 22 15:34:45 MDT 2016


I think you are getting the labels, but you can't see them because they are
running off the bottom of the panel plot.

Whenever you are paneling plots that are not the same size, which is what
you have in your case because the bottommost left plot is larger than the
rest, you need to tell gsn_panel to scale your plots based on the largest
plot.

Try:

res_panel at gsnPanelScalePlotIndex = 8   ; the 9th plot in the sequence


To remove contour line labels:

res at cnLineLabelsOn= False

--Mary


On Tue, Mar 22, 2016 at 4:47 AM, Geeta Geeta <geetag54 at yahoo.com> wrote:

> I have a panel plot with 2 columns and 5 rows. I have switched off the
> bottom labels for the 4 rows. But I am unable to get the XBottom for the
> 5th plot for which I have given the tmXBOn resource separately.
>
>
> 2nd problem is : how to remove the contour labels in the 1st row (contours
> between 5880-5900).
>
> can some one help in fixing these issues.
>
>
> Geeta.
>
> _______________________________________________
> 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/20160322/e121e890/attachment.html 


More information about the ncl-talk mailing list