I got a list of cubes and I would like to build Boxplot using python-iris.
I loaded all files and I try using matplotlib...
hadgem2 = iris.load_cube(CLIMDIR + '/prec_EN-22_HadGEM2-ES_aml_ts_init:2040-end:2100.nc')
plt.plot(hadgem2)
plt.show()
I got a list of cubes and I would like to build Boxplot using python-iris.
I loaded all files and I try using matplotlib...
hadgem2 = iris.load_cube(CLIMDIR + '/prec_EN-22_HadGEM2-ES_aml_ts_init:2040-end:2100.nc')
plt.plot(hadgem2)
plt.show()