Re: [matplotlib-devel] Hatching support

2009-01-10 Thread Michiel de Hoon
I've written a patch for the Mac OS X native backend to make use of the new hatching support; see patch #2497785 at https://sourceforge.net/tracker/index.php?func=detail&aid=2497785&group_id=80706&atid=560722 I tested this with the new hatch_demo.py in SVN trunk, and it seems to work fine. --M

[matplotlib-devel] Problem with pan/ZOOM on semilog plot

2009-01-10 Thread David Trem
Hi, I've just discover a problem with the pan/zoom tool. When using the pan/zoom tool (in the toolbar) on a semilogy plot the zoom does not work correctly. To visualize the problem launch the small script in attachment press the pan/zoom button and use the zoom on the x axis direction -> you will

Re: [matplotlib-devel] Problem with pan/ZOOM on semilog plot

2009-01-10 Thread John Hunter
On Sat, Jan 10, 2009 at 12:28 PM, David Trem wrote: > Hi, > > I've just discover a problem with the pan/zoom tool. > When using the pan/zoom tool (in the toolbar) on a semilogy plot the > zoom does not work correctly. > To visualize the problem launch the small script in attachment press the > pa

Re: [matplotlib-devel] Hatching support

2009-01-10 Thread John Hunter
On Sat, Jan 10, 2009 at 9:28 AM, Michiel de Hoon wrote: > I've written a patch for the Mac OS X native backend to make use of the new > hatching support; see patch #2497785 at > > https://sourceforge.net/tracker/index.php?func=detail&aid=2497785&group_id=80706&atid=560722 > > I tested this with t

Re: [matplotlib-devel] Native backend for Mac OS X

2009-01-10 Thread John Hunter
On Tue, Dec 30, 2008 at 10:57 AM, John Hunter wrote: > On Fri, Dec 26, 2008 at 8:40 AM, Michiel de Hoon wrote: > >> I have written such a function for the qt4 backend; see patch #2468809 at >> >> https://sourceforge.net/tracker/index.php?func=detail&aid=2468809&group_id=80706&atid=560722 >> >> I

Re: [matplotlib-devel] Native backend for Mac OS X

2009-01-10 Thread Darren Dale
On Sat, Jan 10, 2009 at 3:09 PM, John Hunter wrote: > On Tue, Dec 30, 2008 at 10:57 AM, John Hunter wrote: > > On Fri, Dec 26, 2008 at 8:40 AM, Michiel de Hoon > wrote: > > > >> I have written such a function for the qt4 backend; see patch #2468809 > at > >> > >> > https://sourceforge.net/track

Re: [matplotlib-devel] Problem with pan/ZOOM on semilog plot

2009-01-10 Thread Eric Firing
John Hunter wrote: > On Sat, Jan 10, 2009 at 12:28 PM, David Trem wrote: >> Hi, >> >> I've just discover a problem with the pan/zoom tool. >> When using the pan/zoom tool (in the toolbar) on a semilogy plot the >> zoom does not work correctly. >> To visualize the problem launch the small script i

Re: [matplotlib-devel] Native backend for Mac OS X

2009-01-10 Thread John Hunter
On Sat, Jan 10, 2009 at 2:49 PM, Darren Dale wrote: >> Never had any luck getting a tester, so I went ahead and committed >> this to the trunk. I should probably get a working qt backend for >> testing on one of the machines I use > > I'm sorry John, I didnt see your original request for tes

Re: [matplotlib-devel] Problem with pan/ZOOM on semilog plot

2009-01-10 Thread David Trem
It works perfectly now using svn 6776 Thanks very much to be so efficient in killing bugs ! Less than three hours after my small bug report... I'm really impressed! David Eric Firing a écrit : > John Hunter wrote: >> On Sat, Jan 10, 2009 at 12:28 PM, David Trem >> wrote: >>> Hi, >>> >>> I've j

[matplotlib-devel] pruning the codebase

2009-01-10 Thread Eric Firing
While trying to track down the zoom bug reported by David Trem, I got all tangled up in what appear to be completely obsolete and unneeded "zoom" etc. methods. These are left over from the original NavigationToolbar and the pre-transforms code. I would like to see all of this, including the e