[ncl-talk] gsnLeftString on gsn_csm_xy plot
Mary Haley
haley at ucar.edu
Tue Jun 5 08:53:27 MDT 2018
Hi Jie,
For XY plots, the long_name is used as the Y axis title and not the left
string at the top. If you want the string to appear at the top and not on
the Y axis, then set this:
res at tiYAxisString = ""
res at gsnLeftString = var at long_name
res at gsnStringString = var at units ; if desired
where "var" should be replaced by whatever your variable name is.
--Mary
On Tue, Jun 5, 2018 at 2:57 AM, WUJIE <393069045 at qq.com> wrote:
> Hi NCL experts,
>
> I plot 6 xy plots in a page using gsn_panel. I expect to add a "name" for
> each plot to illustrate what this variable is. My past experience tells me
> that (long_name) will occur since it is a default set in gsnLeftString,
> and this is what I want to use. However, I found the gsnLeftString does
> not add the long name in each plot. Does anyone can help to solve this
> problem?
>
> The data I use in gsn_csm_xy plot have long_name. How can I show the
> long_name in xy plot?
>
> Thanks,
>
> Jie
>
> _______________________________________________
> 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/20180605/c8ff7cf8/attachment.html>
More information about the ncl-talk
mailing list