Re: [matplotlib-devel] zoom does not work properly when embedding with glade/gtk

2010-07-26 Thread David Trem
Just for the records, the fix now applied to the svn and discuss on this list under """Plot moves while using the "Zoom to rectangle" button""" thread also fixes the problem I reported earlier this year (see email below). Best Regards, David Le 20/01/10 1

[matplotlib-devel] Current svn version bug in get_xydata function in line.py

2010-03-02 Thread David Trem
Hi, There is a typo in the matplotlib line.py file in function get_xydata line 662 it should be self._invalidx instead of self.invalidx (missing leading underscore) Regards, David -- Download Intel® Parallel Studio Eva

[matplotlib-devel] zoom does not work properly when embedding with glade/gtk

2010-01-20 Thread David Trem
Hi, I do see strange behavior when using "Zoom to rectangle" on my figures embedded in gtk through glade. When clicking on the figure and start drawing the rectangle, the bottom axis moves up as well as the graph which screw up the whole figure during the rectangle definition. When releasing the

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

[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] problems with shared axis

2008-10-24 Thread David Trem
ng a écrit : > David Trem wrote: >> Thank you very much Eric ! >> >> It basically works for me but I think there is still a small bug >> related to sharing y axes. I attach a small script that reproduce the >> problem. >> The end of the related error messag

Re: [matplotlib-devel] problems with shared axis

2008-10-24 Thread David Trem
, line 515, in __init__ if sharex._adjustable == 'box': AttributeError: 'NoneType' object has no attribute '_adjustable' Hope it could help. David Eric Firing a écrit : > David Trem wrote: >> Hi, >> >> Eric, I will be happy to test your possib

Re: [matplotlib-devel] problems with shared axis

2008-10-23 Thread David Trem
Hi, Eric, I will be happy to test your possible fix too. I have similar problem with autoscaling shared axes like you Mark. David Mark Bakker a écrit : > Thanks Eric. > > You know that this has been on my wish list for a long time. > > Let me know if I can test anything or help in any other w

Re: [matplotlib-devel] Alpha Weirdness on Windows

2008-07-18 Thread David Trem
Hi, Just a remark: GTKAgg on win32 is a combination I also use every day. And I think many people also use it. GTK is the almost only (nice) toolkit providing straightaway the same look and feel independantly of the platform used. This is very important if you would like to deploy the same s

Re: [matplotlib-devel] "shared axes" bug in matplotlib 0.98

2008-07-07 Thread David Trem
Thanks Michael and Eric for your constructive replies and your help. It is know clear for me why my code was luckily working with 0.91 but not with 0.98. This is certainly going to help me finding a robust solution for both cases. Regards, David Michael Droettboom a écrit : > David, > > There

[matplotlib-devel] "shared axes" bug in matplotlib 0.98

2008-07-04 Thread David Trem
Hi, I narrowed down the problem I've posted on the matplotlib user list and now it looks like I found a matplotlib bug in 0.98 version. The shared axes auto-scaling is not properly working in 0.98 (works with the 0.91). Indeed, As shown, in the small attached script, the shared x scale does not

Re: [matplotlib-devel] GTK pylab console

2008-07-01 Thread David Trem
also tried to remove the gtk_console.console (now this is > pycons.console) in favor of console but it does not work as expected I > would say. In fact, I'm surprised it's working for you. What do you get > from a simple "import pycons" ? > > Nicolas > >

Re: [matplotlib-devel] GTK pylab console

2008-07-01 Thread David Trem
Hi Nicolas, Your pycons is great! I has to correct a small issue in the tar.gz from your website before being able to test pycons: I had to change: "import gtk_console.console as cons" to "import console as cons" in pycons file around line 12. After that I can report pycons is running on my