Re: [Matplotlib-users] Memory leak; user error or bug?

2010-12-01 Thread Daniel Hyams
23 MB RPRVT @ 7:52 PM 40 MB RPRVT @ 8:07 PM matplotlib 1.0.0 OSX 10.6.5 python.org python, 2.6.6 On Wed, Dec 1, 2010 at 6:53 PM, Russell E. Owen wrote: > In article <4cf69ba4.1000...@stsci.edu>, > Michael Droettboom > wrote: > > > On 12/01/2010 01:40 PM, Russell E. Owen wrote: > > > I'm see

Re: [Matplotlib-users] Memory leak; user error or bug?

2010-12-01 Thread Russell E. Owen
In article <4cf69ba4.1000...@stsci.edu>, Michael Droettboom wrote: > On 12/01/2010 01:40 PM, Russell E. Owen wrote: > > I'm seeing a nasty memory leak in my strip chart widget using matplotlib > > 1.0, TkAgg and Mac OS X 10.5 > > > > I've posted a minimal version here: > >

Re: [Matplotlib-users] Memory leak; user error or bug?

2010-12-01 Thread Michael Droettboom
On 12/01/2010 01:40 PM, Russell E. Owen wrote: > I'm seeing a nasty memory leak in my strip chart widget using matplotlib > 1.0, TkAgg and Mac OS X 10.5 > > I've posted a minimal version here: > py> > > It doesn't seem to m

[Matplotlib-users] Memory leak; user error or bug?

2010-12-01 Thread Russell E. Owen
I'm seeing a nasty memory leak in my strip chart widget using matplotlib 1.0, TkAgg and Mac OS X 10.5 I've posted a minimal version here: It doesn't seem to matter if I use the animation API or not (the example does n

[Matplotlib-users] Limit legend to visible data

2010-12-01 Thread Justin McCann
Is there a straightforward way to limit the legend only to lines that appear within the current display limits? I have a plot that has too many separate data series to show on the legend at once, but once I zoom in it would be good to re-set the legend to show only the visible data points/lines. I

Re: [Matplotlib-users] subclassing AutoDateFormatter correctly

2010-12-01 Thread C M
On Wed, Dec 1, 2010 at 12:28 AM, Ryan May wrote: > On Tue, Nov 30, 2010 at 7:00 PM, C M wrote: > > Thanks, Ryan. I've done that now. I use the OOP approach to matplotlib > and > > embed it in wxPython, so my example uses that. I did not know how to > apply > > an AutoDateFormatter to an axis

Re: [Matplotlib-users] How by clicking an axes label open a dialog?

2010-12-01 Thread Matthias Michler
On Thursday September 9 2010 20:33:03 sa6113 wrote: > I want to use backendQtAgg inorder to imbed plot dialog into basic dialog > and by clicking the labels open plot option. > I couldn't use 'motion_notify_event' because the event only handles into > plot area not in canvas area!!! > anybody knows