Re: [Matplotlib-users] new to matplotlib

2008-04-29 Thread John Hunter
On Tue, Apr 29, 2008 at 2:59 AM, sandric ionut <[EMAIL PROTECTED]> wrote: > I am new to Matplotlib so please excuse me > I have my data organized in three columns: x,y,z. X and Y represents the > coordinates of a point and Z is the elevation at that point. I want to > create a chart that has on y

[Matplotlib-users] new to matplotlib

2008-04-29 Thread sandric ionut
Hello: I am new to Matplotlib so please excuse me I have my data organized in three columns: x,y,z. X and Y represents the coordinates of a point and Z is the elevation at that point. I want to create a chart that has on y axis the elevation and on x axis the distance between the coordinates o

Re: [Matplotlib-users] New to matplotlib; documentation errors

2006-11-09 Thread Andrea Gavana
Hi, >* You need PyNum (documented) I suppose you meant NumPy >* You need wxPython (not documented that I've found) No, I don't remember that particular need, unless things have changed in the meanwhile. If so, please correct my ignorance. > Python 2.4.3 (#1, Mar 30 2006, 11:02:

[Matplotlib-users] New to matplotlib; documentation errors

2006-11-09 Thread Simson Garfinkel
I'm new to matplotlib; I was using PyX but matplotlib seems further developed for what I want to do. One of the problems that I'm having is simply getting started. I've discovered that there are a whole bunch of dependencies that weren't obvious in the manual: * You need PyNum (docu