Re: [Matplotlib-users] Wind barb plot for a single station data

2015-03-25 Thread Foehn
Sometimes the solution is embarrassing simple. Thanks a lot, I did not get that before :) Am 2015-03-25 um 19:50 schrieb Eric Firing: > On 2015/03/25 7:08 AM, Foehn wrote: >> Hello all, >> >> the routine barbs(x,y,u,v) in basemap plots a regular 2-dimensional >> vector field for a geographic pro

Re: [Matplotlib-users] Wind barb plot for a single station data

2015-03-25 Thread Eric Firing
On 2015/03/25 7:08 AM, Foehn wrote: > Hello all, > > the routine barbs(x,y,u,v) in basemap plots a regular 2-dimensional > vector field for a geographic projection. > > What I want is a barb-routine that plots single station wind data (and > not fields!) at their approriate lat,lon or x,y-position