[Matplotlib-users] Subaxis -> Basemap -> Rectangle

2010-10-07 Thread Bror Jonsson
Dear all, I am trying to add a rectangle in a basemap map that reside in a inlined axis. I am basing this exercise on the following code: (from http://old.nabble.com/display-a-filled-lat-lon-basemap-rectangle.-td28169736.html) from matplotlib.patches import Polygon import matplotlib.pyplot as

Re: [Matplotlib-users] Subaxis -> Basemap -> Rectangle

2010-10-05 Thread Jeff Whitaker
On 10/5/10 7:14 PM, Bror Jonsson wrote: Dear all, I am trying to add a rectangle in a basemap map that reside in a inlined axis. I am basing this exercise on the following code: (from http://old.nabble.com/display-a-filled-lat-lon-basemap-rectangle.-td28169736.html) from matplotlib.patch

[Matplotlib-users] Subaxis -> Basemap -> Rectangle

2010-10-05 Thread Bror Jonsson
Dear all, I am trying to add a rectangle in a basemap map that reside in a inlined axis. I am basing this exercise on the following code: (from http://old.nabble.com/display-a-filled-lat-lon-basemap-rectangle.-td28169736.html ) from matplotlib.patches import Polygon import matplotlib.pyplot as p