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
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
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
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 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
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
, 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
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
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
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
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
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
>
>
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
13 matches
Mail list logo