Commit Graph

18 Commits

Author SHA1 Message Date
Dima Kogan
aed6f30b38 cleaned up the end-of-streaming logic 2010-06-06 20:24:41 -07:00
Dima Kogan
9bac656396 the 'number' regexp is now case-insensitive 2010-05-28 13:19:01 -07:00
Dima Kogan
5444886acc made the script compatible with perl 5.8 by no longer using the // operator 2010-05-28 10:58:48 -07:00
Dima Kogan
15b8bc7576 added gnuplot size option 2010-05-12 23:00:39 -07:00
Dima Kogan
df53ae9067 larger png image output by default 2010-05-12 02:30:51 -07:00
Dima Kogan
769592b814 fixed 0-vs-undef error in the plot bounds. 0 is now a valid value for a plot bound 2010-03-28 19:18:17 -07:00
Dima Kogan
a518711ad1 new option to force a monotonic x-coordinate 2010-03-28 18:57:38 -07:00
Dima Kogan
ac8cff2d6f The first "point" is now a hash of options applying to that curve, instead of JUST the options
string. This allows for more parameters to be stored
2010-03-28 16:46:27 -07:00
Dima Kogan
e68a65a889 streaming redraw test no longer checks for $xlast, since if $haveNewData is set, $xlast is
guaranteed to be set also.
2010-03-28 16:04:51 -07:00
Dima Kogan
ce4927e24d a number in scientific notation can have an explicitly positive exponent 2010-03-02 17:13:12 -08:00
Dima Kogan
b0dc4fdd86 when streaming, xlen==0 ---> plot ALL the data, not just what is in a window 2010-02-11 14:14:57 -08:00
Dima Kogan
da4dd9bd43 improved --help message slightly 2010-02-05 14:33:46 -08:00
Dima Kogan
68843f226e extra logic to correctly parse options given with a #! in a self-plotting data file 2010-02-05 12:05:52 -08:00
Dima Kogan
7580ea0656 bumped up the default maxcurves setting 2010-01-14 15:09:33 -08:00
Dima Kogan
5e44f777fb Allow to specify a limit on the number of curves. 2010-01-14 14:45:24 -08:00
Dima Kogan
c6ee73f97f spaced out the --help message 2010-01-14 14:34:58 -08:00
Dima Kogan
6b169e03a8 Now reading the version of gnuplot on the system, and not using --persist on versions of gnuplot too
old to support it.
2010-01-12 21:54:49 -08:00
Dima Kogan
a69b2d6d4f renamed script to feedGnuplot.pl 2010-01-11 21:56:09 -08:00