I would need to display both cardinal points and degrees on the same plot in windrose. this is my plot
My code:
ax.bar(df.DIRECCION, df.SPEED,normed=True,opening=0.8,edgecolor='white',bins=6)
Thanks a lot
I would need to display both cardinal points and degrees on the same plot in windrose. this is my plot
My code:
ax.bar(df.DIRECCION, df.SPEED,normed=True,opening=0.8,edgecolor='white',bins=6)
Thanks a lot