From: Robert M. <rob...@ya...> - 2007-03-24 03:31:16
|
gnuplot-4.2 "set ?range [] writeback" does not work correctly when reading time data from a file. The following does not work correctly: set timefmt "%s" set xdata time set xrange [] writeback plot '-' using 1:2 1170316800 32.1089031339031 1170403200 31.7189458689459 e set xrange restore show xrange The following will work but is not useful for me: set xrange [] writeback plot '-' using 1:2 1170316800 32.1089031339031 1170403200 31.7189458689459 e set xrange restore show xrange ____________________________________________________________________________________ Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. http://tools.search.yahoo.com/toolbar/features/mail/ |