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 running basemap version 1.3.4 Matplotlib 3.8 CentOS 7.8 Using conda. Python 3.10.2 I got this error. cs = m.contourf(x,y,pot,levels=clevs, alpha=1,cmap=plt.cm ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results