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
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
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)
--
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 w
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
wrote:
> Hi all,
> I've got bored with the generic application icon in the wx backend so
> I added t
Hi all,
I've got bored with the generic application icon in the wx backend so
I added the same icon as GTK backend uses (it is anyway bundled with
matplotlib). I have tested this on Windows (XP, Python 2.6.4,
matplotlib 0.99.1, wxPython 2.8.10.1) and on Linux (Fedora8, Python
2.5.1, matplotlib 0.98
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 mpl