I have a bunch of data points in a Pandas DataFrame that include wind_speed
, wind_dir
, and time
values.
I want to plot it so that I can get a plot similar to this:
However, I'm not sure how to do this. I've made plots using matplotlib
function of barbs
but wanted to get something like this plotted instead. I've been searching around trying to figure out how to create this sort of plot, but can't seem to find anything. Any suggestions?
CodePudding user response: