[Matplotlib-users] Fwd: regarding changing line properties while plotting in python using matpolib libraries

2007-05-17 Thread nitin ravinder
what is the syntax for this line in matlab, h=line([x1,x2],[y1,y2]) in python?. Note: forwarded message attached. - Pinpoint customers who are looking for what you sell. --- Begin Message --- Hello all, I have a problem in changing the line property of

[Matplotlib-users] regarding changing line properties while plotting in python using matpolib libraries

2007-05-17 Thread nitin ravinder
Hello all, I have a problem in changing the line property of a line plot. I have to change the following script in MAtlab to one compatible with python. I am reading some csv file . clear all info=load('3.csv'); dup = 0; x = info(:,1); c = info(:,4); y_start = in