[ncl-talk] Panelling and plot sizes

Mary Haley haley at ucar.edu
Mon Oct 24 09:57:23 MDT 2016


Hi Juris,

It looks to me like all plots are square, correct?

If so, then in order to get the top six plots to be the same size as the
bottom two plots, you want to draw the top six plots in 3/4 of the space,
and the bottom two plots in 1/4 of the space.

See example panel_38.ncl, which does something similar, but with plots
being drawn to 2/3 of the space, and 1/3 of the space.

You could start by trying these settings for the six plots:

pres at gsnPanelTop = 1.0
pres at gsnPanelBottom = 0.25

and these two values for the bottom plots:

pres at gsnPanelTop = 0.25
pres at gsnPanelBottom = 0.0

You might need to tweak the positions of the plots, which you can do with
the gsnPanelXF and gsnPanelYF resources. These are also used in panel_38.ncl

If you continue to have problems with this script, it would really help if
we could have your script and data so we can run it here.

Thanks,

--Mary


On Fri, Oct 21, 2016 at 11:35 AM, Juris Almonte <Juris.Almonte at umanitoba.ca>
wrote:

> Hi NCL users,
>
> I would like the plots within my panel to be of the same size, at least in
> the x axis, as they have the same dimensions on the x axis and differ on
> the y axis.
>
> Here is the part of the script which panelled the plots.  I used example
> panel_33.ncl for reference, using gsn_panel_return.
>
> Thanks in advance,
>
> Juris
> M.Sc. student
> University of Manitoba
>
> _______________________________________________
> 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/20161024/b3df22ad/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RainMixingRatio_Jan_11_18UTC.png
Type: image/png
Size: 182944 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20161024/b3df22ad/attachment.png 


More information about the ncl-talk mailing list