plt.figure(figsize=(9,6)) ax = window[0, 24, :, :].plot(aspect=1/4, vmin=0, vmax=.3) plt.colorbar(ax.get_images()[0]) plt.show()