Contour

2D Plots

You can download the jupyter notebook file. Drawing 2D figures In this lecture, we will make 2D figures import numpy as np import matplotlib.pyplot as plt from netCDF4 import Dataset, num2date import matplotlib # %matplotlib qt # Figures in a separate window # %matplotlib inline # Figures in this browser Read the temperature data We are going to read two datasets: one for the mean temperature (absolute.nc) and the other one for the time series of temperature anomaly (HadCRUT. »