Re: [Matplotlib-users] Findng the right args and kwargs

2010-02-04 Thread Sourav K. Mandal
On Wed, 2010-02-03 at 22:04 -0800, Michael Cohen wrote: One of the most persistent problems I have with matplotlib is finding out which kwargs and args are available for some commands. For instance, I am looking at manipulating axis ticks and labels in mplot3d, so I went to the mplot3d

Re: [Matplotlib-users] default window icon under wx backend

2010-02-04 Thread Pavlo Shchelokovskyy
I am terribly sorry, but it looks like all the indentation disappeared from the code. I'll try to attach the path file here. Best regards, Pavlo On Thu, Feb 4, 2010 at 16:19, Pavlo Shchelokovskyy shchelokovs...@gmail.com wrote: Hi all, I've got bored with the generic application icon in the wx

[Matplotlib-users] Memory leak when destroying Tk frame containing a figure

2010-02-04 Thread Stephan Markus
Hello! I'm writing an application that will show different plots on it's GUI. In order to switch between the different plot types I'd like to destroy the first plot and to create a new afterwards. I stumbled into a memory leak since I don't know how to close matplotlib figures the clean way. I

[Matplotlib-users] Difference Between Scatter and Plot?

2010-02-04 Thread Wayne Watson
Is there a difference between the two (Subject). Perhaps plot connects lines in the order of x? However, scatter does not connect any points? -- My life in two words. Interrupted Projects. -- WTW (quote originator) --

Re: [Matplotlib-users] Difference Between Scatter and Plot? (Zig-Zag)

2010-02-04 Thread Wayne Watson
Simply explained what I'm looking for is a way to draw a zig-zag path indicating a path taken by a particle. Maybe this is best done with some tools outside of the normal plot capabilities? On 2/4/2010 9:02 PM, Wayne Watson wrote: Is there a difference between the two (Subject). Perhaps plot

Re: [Matplotlib-users] Difference Between Scatter and Plot? (Zig-Zag)

2010-02-04 Thread Eric Firing
Wayne Watson wrote: Simply explained what I'm looking for is a way to draw a zig-zag path indicating a path taken by a particle. Maybe this is best done with some tools outside of the normal plot capabilities? Why doesn't plot handle this? What do you see as missing? On 2/4/2010 9:02 PM,