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
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