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]:

Re: [Matplotlib-users] Artist tutorial different response

2010-03-03 Thread John Hunter
On Wed, Mar 3, 2010 at 9:56 AM, Matthias Michler matthiasmich...@gmx.net 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

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 matthiasmich...@gmx.net 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

Re: [Matplotlib-users] Artist tutorial different response

2010-03-03 Thread John Hunter
On Wed, Mar 3, 2010 at 10:25 AM, Matthias Michler matthiasmich...@gmx.net wrote: On Wednesday 03 March 2010 17:02:58 John Hunter wrote: On Wed, Mar 3, 2010 at 9:56 AM, Matthias Michler matthiasmich...@gmx.net wrote: I attached a patch with modified documentation and further replacements of

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 matthiasmich...@gmx.net wrote: On Wednesday 03 March 2010 17:02:58 John Hunter wrote: On Wed, Mar 3, 2010 at 9:56 AM, Matthias Michler matthiasmich...@gmx.net wrote: I attached a

[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]: