Example 7: Latitude-pressure plot over zonal mean#

Making a plot with latitude and pressure as the axes for a zonal mean (mean over longitude)#
f = cf.read(f"cfplot_data/ggap.nc")[1]

cfp.con(f.collapse("mean", "longitude"))
../_images/ref_fig_7.png