|
From: <pl...@pi...> - 2008-02-25 13:46:54
|
Hi, I have some time data plotting correctly and need to fit a straight line. This seems fine but when I set timefmt "%H:%M:%S" set xdata time ... plot fit(x) I get y values indicating that it is using integer seconds for x and not respecting the xdata setting. I suppose I could work around it by setting a constant to subtract but should this be needed. The current behaviour seems a bit inconsistant unless I'm mususing it. Thx, Peter. |