You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the arrangement of the panel plot figures changes to 2x2 or different from the default 3x1, the figure gets cut out if the final image is written to a postscript file, ignoring the specified width and height of the figsize specified at the beginning. How to preserve, scale, or change the figsize or postscript output writing as to not cut out the images?
The text was updated successfully, but these errors were encountered:
If I recall correctly, there's some configuration in the NCL_panel_15.py example that's somewhat tied to the specified figure size / dimensions. You might take a look at the panel plots gallery for some examples of other configuration options / settings.
Admittedly, this type of configuration is a bit tricky with some of the maps especially and some of the examples we have a bit verbose in trying to replicate NCL figures.
Let us know if you still have questions and/or suggestions for content or examples that might be helpful.
When specifying Figure Size,
fig = plt.figure(figsize=(8, 12))
If the arrangement of the panel plot figures changes to 2x2 or different from the default 3x1, the figure gets cut out if the final image is written to a postscript file, ignoring the specified width and height of the figsize specified at the beginning. How to preserve, scale, or change the figsize or postscript output writing as to not cut out the images?
The text was updated successfully, but these errors were encountered: