[ncl-talk] Giant Panel plot

Buzan, Jonathan Robert jbuzan at purdue.edu
Fri Jun 11 01:01:55 MDT 2021


Hi Adam,

Thanks!  This is all great information. I didn’t realize that the first panel was so crucial, and I’ll keep that in mind as I go through each of these links.

Cheers,
-Jonathan



On Jun 11, 2021, at 1:02 AM, Adam Phillips <asphilli at ucar.edu<mailto:asphilli at ucar.edu>> wrote:

Hi Jonathan,
If you have not already I would suggest you take a look at the Panel applications page here:
http://www.ncl.ucar.edu/Applications/panel.shtml
That page runs through the various ways to modify panel plots and is quite helpful. I refer to it often.

By default NCL will look at the size of the first plot, and apply that plot spacing to every other paneled plot. Your first plot is missing, so I'm not sure if in this case NCL switches to looking at the 2nd plot for a reference sizing, but I'd try setting gsnPanelScalePlotIndex = 2.
See example 24 here: https://www.ncl.ucar.edu/Applications/panel.shtml#ex24

You can set gsnPanelYWhiteSpacePercent = 3.0 as a first try to increase the vertical spacing between the rows of plots as is shown in example 6 here:
https://www.ncl.ucar.edu/Applications/panel.shtml#ex6

Finally, you can overrule all set placements of the panels by using the information returned from gsnPanelDebug and set gsnPanelXF/YF as is shown here:
https://www.ncl.ucar.edu/Applications/panel.shtml#ex19

<https://www.ncl.ucar.edu/Applications/panel.shtml#ex19>
Hope that helps!
Adam

<https://www.ncl.ucar.edu/Applications/panel.shtml#ex19>






On Thu, Jun 10, 2021 at 9:35 AM Buzan, Jonathan Robert via ncl-talk <ncl-talk at mailman.ucar.edu<mailto:ncl-talk at mailman.ucar.edu>> wrote:
Hi NCL-Talk,

I am attempting to make a panel plot with many panels.
However, I’m having troubles with labels, etc. For example, my titles are interfering with my contours. If I turn off the color bar, the titles are placed into the panel above them, and like the picture below, the top row’s titles are cut off.

I’m not sure exactly how to fix this. Perhaps there’s some insight?

Cheers,
-Jonathan


_______________________________________________
ncl-talk mailing list
ncl-talk at mailman.ucar.edu<mailto:ncl-talk at mailman.ucar.edu>
List instructions, subscriber options, unsubscribe:
https://mailman.ucar.edu/mailman/listinfo/ncl-talk


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

<http://www.cgd.ucar.edu/staff/asphilli>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20210611/761530ae/attachment.html>


More information about the ncl-talk mailing list