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

Atul Saini atulsainimail at gmail.com
Tue Dec 10 10:53:03 MST 2019


Oh god! Thanks a lot sir, your suggestion is perfect. I unfortunately could
not note it. Again thanking you sir.
Please find the result attached.
[image: CV_map.png]
Regards,





On Tue, Dec 10, 2019 at 11:16 PM Adam Phillips <asphilli at ucar.edu> wrote:

> 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/def3fc7b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CV_map.png
Type: image/png
Size: 141684 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20191210/def3fc7b/attachment.png>


More information about the ncl-talk mailing list