I'd like to overlay a wind rose made with contourf() with a wrscatter plot. This is my MWE: import random wind_dir = []; wind_speed = []; for i in range(30): wind_dir.extend(random.sample(range(0, 359 ...
I am sorry for raising this so late in the day, but I only today thought to test my "real work" against the upcoming releases. contourf seems occasionally very broken. With Cartopy 0.21.1 and ...