Example 6: Latitude-pressure plot at set longitude#

Making a plot for a given longitude value with latitude and pressure as the axes#
f = cf.read(f"cfplot_data/ggap.nc")[3]

cfp.con(f.subspace(longitude=0))
../_images/ref_fig_6.png