I want to three contour plot in the same figure.
fig, (ax1, ax2, ax3) = plt.subplots(nrows=3) cntr1 = ax1.contourf(np.arange(1,367), Y, Z, levels=np.arange(120,26