Re: [Matplotlib-users] quiver linewidht problem

2013-08-16 Thread vwf
On Thu, Aug 15, 2013 at 09:06:02PM +0200, vwf wrote: [...] > On stackoverflow I found: > widths = np.linspace(0, 2, X.size) > plt.quiver(X, Y, cos(deg), sin(deg), linewidths=widths) [...] I kind of found out how it works. quiver has width and linewidth. width takes a scalar, linewidth can take a v

Re: [Matplotlib-users] quiver linewidht problem

2013-08-15 Thread Benjamin Root
On Aug 15, 2013 3:07 PM, "vwf" wrote: > > After some struggling I got my first plots with quiver working. > A simple plot is very simple, but a complicated one is very different. > Right now I have a 80x80 grid with multiple plots and I plan to go up. > For this I need full control of the arrow di

[Matplotlib-users] quiver linewidht problem

2013-08-15 Thread vwf
After some struggling I got my first plots with quiver working. A simple plot is very simple, but a complicated one is very different. Right now I have a 80x80 grid with multiple plots and I plan to go up. For this I need full control of the arrow dimensions. The only way I can get narrow arrow i