[ncl-talk] Attaching gsn_csm_xy2 plots

Adam Phillips asphilli at ucar.edu
Thu Feb 27 14:10:39 MST 2020


Hi Giorgio,
A couple additional resources need to be set to get rid of the x-axis
border between the plots. By default, the 2 x axis borders will be drawn on
a single plot. You need to turn off those borders by setting the
tmXBBorderOn/tmXTBorderOn resources. You also needed to
set  att_resa at gsnAttachBorderOn = False (not in your att_resb resource
list).

I have attached a modified version of your script and the resulting plot.
Adam

On Wed, Feb 26, 2020 at 11:02 AM Giorgio Graffino via ncl-talk <
ncl-talk at ucar.edu> wrote:

> Dear all,
> I'm trying to attach six plots generated using gsn_csm_xy2. I'm using NCL
> 6.6.2 on my Linux Manjaro laptop.
>
> The script attached is part of a larger script, in which I use
> gsn_attach_plots for attaching together plots generated using gsn_csm_xy.
> My problem is that I can't get rid of the border line between the plots
> when using gsn_csm_xy2, while I can do it when using gsn_csm_xy. You can
> find script, plot, and (zipped) source files attached here.
>
> Is there anything I forgot to set? Is there any workaround for resolving
> the issue?
>
> Best,
> Giorgio
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk



-- 
Adam Phillips
Associate Scientist,  Climate and Global Dynamics Laboratory, NCAR
www.cgd.ucar.edu/staff/asphilli/   303-497-1726

<http://www.cgd.ucar.edu/staff/asphilli>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20200227/17187f32/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: AttachXY2plots.ncl
Type: text/x-ncl
Size: 9230 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20200227/17187f32/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: AttachXY2plots.png
Type: image/png
Size: 286725 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20200227/17187f32/attachment-0001.png>


More information about the ncl-talk mailing list