How to differentiate northern and southern hemisphere while plotting wind speed and direction using matplotlib barb fuction in python -




i have created wind speed , direction plots using matplotlib barb function. it's working fine unable differentiate northern , southern hemisphere while ploting wind speed , direction.

please let me know how differentiate both data using plot

 plt.barbs(data['x'], data['y'], data['u'], data['v'], length=8, pivot='middle') 





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -