|
From: Ethan A M. <eam...@gm...> - 2015-10-22 16:19:18
|
On Wednesday, 21 October 2015 10:09:57 PM Ethan A Merritt wrote: > On Wednesday, 21 October 2015 11:44:30 PM Tait wrote: > > > > --------------------------- > > > > set xdata time > > > > set timefmt "%s" > > > > > > > > plot "-" using 1:2 with lp > > > > 0 0.0 > > > > 1 0.5 > > > > 2 1.0 > > > > 3 1.5 > > > > EOF > > > > --------------------------- > > I agree there is some sort of bug with "%s". > Right now I have no idea what the issue is, but since the same > behaviour is observed in version 4.6.4 it is a bug that has > been around for at least a couple of years. > I notice that if you put decimal points after the values in the > first data column then the bug isn't triggered. Found it. Fixed in cvs for 5.0, 5.1, and (if anyone cares) 4.6 Ethan |