|
From: Hans-Bernhard B. <HBB...@t-...> - 2008-10-23 22:13:24
|
Maximilian Stein wrote: > The line starts at point 0:1 (coordinate origin) No. It actually _ends_ there, and that's (1,0), not (0,1): x is 1, y is 0. > and is printed correctly > until the last point. But from there it returns horizontally to the y-axis > to the point 0:<last printed y-coordinate>. Where else did you expect it to go? The x coordinate for the first 20 data points or so is not only outside your given range, but completely invalid on a logarithmic axis. Zero has no place on such an axis. |