Example 4: North Pole polar stereographic projection contour plot#

Plotting a contour plot in the North Pole polar stereographic projection#
f = cf.read(f"cfplot_data/ggap.nc")[1]

cfp.mapset(proj="npstere")

cfp.con(f.subspace(pressure=500))
../_images/ref_fig_4.png