|
From: James00007 <ach...@gm...> - 2010-05-14 03:05:22
|
Hi, I needed to plot straight lines and I can do this generally using the form y=mx+c However, almost-vertical lines give rise to unbounded values of m and c and hence they can not be plotted. For this reason, I have to represent lines the Hough Transform way i.e (r, theta) How can I plot lines that are represented by (r, theta)? This is just a representation and not an equation. Thanks -- View this message in context: http://old.nabble.com/Plotting-lines-represented-by-%28r%2C-theta%29-tp28554781p28554781.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |