How can I create a boxplot using iqplot with a list of cubes in python-iris?

38 views Asked by At

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()

error message

0

There are 0 answers