[Matplotlib-users] problem with set_data update/refresh in matplotlib using wxpython backend

2009-02-06 Thread Rezwan
Hi I am developing a plotting tool using matplotlib and wxpython as backend. I have separate thread for iperf and it creates a text file every time I want to create this thread and this thread finish it's task once it reach the duration(defined by the user). Plot and some text boxes are updated

[Matplotlib-users] only left and bottom border in figure frame

2009-02-06 Thread Zunbeltz Izaola
Dear all, I would like to have a plot where the frame only have left and bottom border. I can not find in the documentation any function to draw the Rectangle contained in figure() only with this 2 lines. It is possilbe? Regards, Zunbeltz -- Dr. Zunbeltz Izaola Helmholtz-Zentrum Berlin für

Re: [Matplotlib-users] code searching

2009-02-06 Thread Lionel Roubeyrie
You're right, it's the chaco's zooming plot, I confused. Is there a way to have this render with matplotlib? Le jeudi 05 février 2009 à 10:41 -0600, Ryan May a écrit : Lionel Roubeyrie wrote: Hi all, On the matplotlib website I can't find an old example code showing a figure with two

[Matplotlib-users] imsave() function

2009-02-06 Thread Gary Ruben
Hi all, I've attached a candidate imsave() to complement imread() in the image.py module. Would my use of pyplot instead of the oo interface preclude its inclusion in image.py? Also, I noticed some problems when I ran the tests with the Wx backends with mpl 0.98.5.2 in Win32. Both of the Wx

Re: [Matplotlib-users] code searching

2009-02-06 Thread Ryan May
Lionel Roubeyrie wrote: You're right, it's the chaco's zooming plot, I confused. Is there a way to have this render with matplotlib? The event_handling/zoom_window.py example is kind of similar and might give some clues of where to go. But no, I don't know of a straight-forward version of

Re: [Matplotlib-users] only left and bottom border in figure frame

2009-02-06 Thread Tony S Yu
On Feb 6, 2009, at 8:45 AM, Zunbeltz Izaola wrote: Dear all, I would like to have a plot where the frame only have left and bottom border. I can not find in the documentation any function to draw the Rectangle contained in figure() only with this 2 lines. It is possilbe? Hi Zunbeltz,

Re: [Matplotlib-users] code searching

2009-02-06 Thread John Hunter
On Fri, Feb 6, 2009 at 10:56 AM, Ryan May rma...@gmail.com wrote: Lionel Roubeyrie wrote: You're right, it's the chaco's zooming plot, I confused. Is there a way to have this render with matplotlib? The event_handling/zoom_window.py example is kind of similar and might give some clues of

Re: [Matplotlib-users] code searching

2009-02-06 Thread Ryan May
On Fri, Feb 6, 2009 at 1:10 PM, John Hunter jdh2...@gmail.com wrote: On Fri, Feb 6, 2009 at 10:56 AM, Ryan May rma...@gmail.com wrote: Lionel Roubeyrie wrote: You're right, it's the chaco's zooming plot, I confused. Is there a way to have this render with matplotlib? The

[Matplotlib-users] A contourf bug?

2009-02-06 Thread Eli Bressert
Hi Everyone, Looks like I may have run into a bug for the contourf function. I was able to reproduce the problem on two OS X systems. One was based on 10.5 and the other was on 10.4. The problem appears when you use contourf with alpha 1. With the transparency there appears to be streaks

Re: [Matplotlib-users] A contourf bug?

2009-02-06 Thread Eric Firing
Eli Bressert wrote: Hi Everyone, Looks like I may have run into a bug for the contourf function. I was able to reproduce the problem on two OS X systems. One was based on 10.5 and the other was on 10.4. The problem appears when you use contourf with alpha 1. With the transparency