[Matplotlib-users] Extending a plot outside of axes

2009-01-19 Thread Einar M. Einarsson
Hi all. is it not possible to extend plot outside of a plot area? To illustrate what I want to do take for example the wind barbs example from the matplotlib gallery. (see below) I only changed line 23 from ax.barbs(X, Y, U, V) to ax.barbs(X, Y, - U, -V) But now we don't see the tail of

Re: [Matplotlib-users] Extending a plot outside of axes

2009-01-19 Thread Jeff Whitaker
Einar M. Einarsson wrote: Hi all. is it not possible to extend plot outside of a plot area? To illustrate what I want to do take for example the wind barbs example from the matplotlib gallery. (see below) I only changed line 23 from ax.barbs(X, Y, U, V) to ax.barbs(X, Y, - U, -V)