Re: [Matplotlib-users] drawing lines an exact angles

2009-04-19 Thread sandric ionut
From: Ryan May To: sandric ionut Cc: Matplotlib Sent: Sunday, April 19, 2009 5:37:28 PM Subject: Re: [Matplotlib-users] drawing lines an exact angles On Sun, Apr 19, 2009 at 6:25 AM, sandric ionut wrote: Hello: I am trying to create a drawing for

[Matplotlib-users] drawing lines an exact angles

2009-04-19 Thread sandric ionut
Hello: I am trying to create a drawing for slope stability analysis and I need to draw lines at certain angles with certain lengths and than to calculate the angle of the lines intersections. Is it possible to use matplotlib? Thank you in advance Ionut ---

Re: [Matplotlib-users] cumulative percentage

2008-11-01 Thread sandric ionut
Hi: I did had a look before, but I couldn't find a good example I was hoping to get an example from the list I. From: John Hunter <[EMAIL PROTECTED]> To: sandric ionut <[EMAIL PROTECTED]> Cc: matplotlib-users@lists.sourceforge.net Sent: Sat

[Matplotlib-users] cumulative percentage

2008-11-01 Thread sandric ionut
Hello everbody:   How can I plot cumulative percentage with matplotlib?   Please, can someone give me an example?   Thank you,   Ionut - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Bui

[Matplotlib-users] legend in pylab

2008-06-29 Thread sandric ionut
Hello: I am trying to diplay legend of X and Y axes like: legend(('label X', 'label Y'), isaxes=True) and I get an error: __init__() got an unexpected keyword argument 'is axes' How can I display labels for X and Y axes and a Title for the plot Thank you, Ionut ---

Re: [Matplotlib-users] plot xy data with missing values

2008-06-28 Thread sandric ionut
values are imported like '23.5' and not like 23.5 and this causes that error. How can I imported the values from all columns without ''   Ionut   - Original Message From: John Hunter <[EMAIL PROTECTED]> To: sandric ionut <[EMAIL PROTECTED]> Cc: Darren Dale

Re: [Matplotlib-users] plot xy data with missing values

2008-06-28 Thread sandric ionut
-users@lists.sourceforge.net Cc: sandric ionut <[EMAIL PROTECTED]> Sent: Saturday, June 28, 2008 3:12:48 PM Subject: Re: [Matplotlib-users] plot xy data with missing values Hi Sandric, On Saturday 28 June 2008 04:31:19 sandric ionut wrote: > Hello: > I want to draw a multiple line plot using

[Matplotlib-users] plot xy data with missing values

2008-06-28 Thread sandric ionut
Hello: I want to draw a multiple line plot using the data from the bottom of the email, but I get a error message: : Dimensions of x and y are incompatible, which is normal, because the number of values on x are not equal with the number of values on y. The empty spaces from the table are missi

[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

[Matplotlib-users] plot xyz data

2008-04-27 Thread sandric ionut
Hello: I am new to Matplotlib. 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 of the points. The c