Hello!
Using gnuplot quite some time now, I ran into a problem I never had befor. If
I want to plot the coordinates of my gpslogger or the hight gnuplot disgards
the digits after the floatingpoint. Why's that? How can I change this
behavior. The data looks like the sample on the bottom. I plot it with "plot
'log03' u 1:2 w l" or "plot 'log03 u 3 w l" but the first give the message:
Warning: empty x range [47:47], adjusting to [46.53:47.47]
Warning: empty y range [12:12], adjusting to [11.88:12.12]
and draws only one point. With the hights it works but the points are only
integer values.
Any help or hints apreciated
Lynx
Version 4.3 patchlevel 0
47.716765403 12.871911525 474.0 12:40:14 04
47.716741561 12.871906757 474.3 12:40:15 04
47.716722488 12.871905517 474.6 12:40:16 04
47.716703414 12.871910285 474.8 12:40:17 04
47.716698646 12.871916294 475.1 12:40:18 04
47.716693878 12.871919822 475.4 12:40:19 04
47.716698646 12.871916294 475.5 12:40:20 04
47.716703414 12.871905517 475.5 12:40:21 04
|