[ncl-talk] How to increase size of panels in panel plot?

Adam Phillips asphilli at ucar.edu
Tue Dec 10 10:46:21 MST 2019


Hi Atul,
The only item I see in your script that might be causing the issue is this:
gsn_panel(wks,plot,(/3,3/),resP)
WIth the (/3,3/) syntax you are telling NCL to create 3 rows by 3 columns,
and I am guessing it is saving space for the third row. Try changing the
above line to this:
gsn_panel(wks,plot,(/2,3/),resP)
Adam



On Tue, Dec 10, 2019 at 4:22 AM Atul Saini via ncl-talk <ncl-talk at ucar.edu>
wrote:

> Hi NCL,
>                I am drawing the panel plot but *size of each panel is so
> small that we can't visualize the spatial pattern clearly.* *Please
> suggest the way to increase the size of each panel in the panel plot. *Please
> find the attached figure and script also.
>
> Regards,
>
>
>
> _______________________________________________
> 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/20191210/fce2399a/attachment.html>


More information about the ncl-talk mailing list