Re: [Matplotlib-users] Artist tutorial different response

2010-03-03 Thread John Hunter
On Wed, Mar 3, 2010 at 10:45 AM, Matthias Michler wrote: >> v0_99_maint is the current maintenance branch/ > > I checked out > https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v0_99_maint/ > and included my changes of trunk as you can see in the attached patch. > > Furthermore I

Re: [Matplotlib-users] Artist tutorial different response

2010-03-03 Thread Matthias Michler
On Wednesday 03 March 2010 17:30:52 John Hunter wrote: > On Wed, Mar 3, 2010 at 10:25 AM, Matthias Michler > > wrote: > > On Wednesday 03 March 2010 17:02:58 John Hunter wrote: > >> On Wed, Mar 3, 2010 at 9:56 AM, Matthias Michler > >> > >> wrote: > >> > I attached a patch with modified documenta

Re: [Matplotlib-users] Artist tutorial different response

2010-03-03 Thread John Hunter
On Wed, Mar 3, 2010 at 10:25 AM, Matthias Michler wrote: > On Wednesday 03 March 2010 17:02:58 John Hunter wrote: >> On Wed, Mar 3, 2010 at 9:56 AM, Matthias Michler >> >> wrote: >> > I attached a patch with modified documentation and further replacements >> > of 'get_bounds' in current svn. Coul

Re: [Matplotlib-users] Artist tutorial different response

2010-03-03 Thread Matthias Michler
On Wednesday 03 March 2010 17:02:58 John Hunter wrote: > On Wed, Mar 3, 2010 at 9:56 AM, Matthias Michler > > wrote: > > I attached a patch with modified documentation and further replacements > > of 'get_bounds' in current svn. Could any of the developers have a look > > at it and commit these ch

Re: [Matplotlib-users] Artist tutorial different response

2010-03-03 Thread John Hunter
On Wed, Mar 3, 2010 at 9:56 AM, Matthias Michler wrote: > I attached a patch with modified documentation and further replacements > of 'get_bounds' in current svn. Could any of the developers have a look at it > and commit these changes or should a post the patch at the patch-tracker? The patch

Re: [Matplotlib-users] Artist tutorial different response

2010-03-03 Thread Matthias Michler
On Saturday 27 February 2010 07:39:59 David Arnold wrote: > All, > > On: http://matplotlib.sourceforge.net/users/artists.html > > In the Axes Container section, you can see in what follows that I got some > very different responses than what is shown on the page: > > In [1]: fig=figure() > > In [3]

[Matplotlib-users] Artist tutorial different response

2010-02-26 Thread David Arnold
All, On: http://matplotlib.sourceforge.net/users/artists.html In the Axes Container section, you can see in what follows that I got some very different responses than what is shown on the page: In [1]: fig=figure() In [3]: ax=fig.add_subplot(111) In [4]: rect=matplotlib.patches.Rectangle((1,1