Hi!
I would like to know, if it is possible to display the non-rounded value of contours in ct.cdsplot.contour_plot() to display as contour labels.
I used the following code:
ct.cdsplot.contour_plot(
data_con,
fig = fig_pc,
contour_levels=[0.005,0.02,0.05,0.2,0.5,1.,2.,3.,4.,6.,10., 14.],
contour_levels_colors=['slategray','slategray','slategray'],
clabel_kwargs = {'fontsize':'10', 'colors': 'blue'},
xlabel='Latitude',
ylabel='MSL Altitude [m]',
title=f'METOP - Humidity - {month} 2017 - zonal monthly mean -')
to plot:
As you can see, the values of the contours are rounded in the labels.
The rest of the workflow can be found here: https://sis-dev.climate.copernicus.eu/toolbox-editor/1474/uc1-distribution-of-humidity-and-variability-over-latitude-and-height
Best regards,
Huayuan