Commit Graph

366 Commits

Author SHA1 Message Date
Dima Kogan
71692dd1b7 Modified old-data-pruning function to use List::Util instead of
List::MoreUtils. This now lets the script work with a stock install of perl
without anything extra from CPAN
2011-02-06 15:53:53 -08:00
Dima Kogan
85b33dffc7 whitespace 2011-02-06 15:51:18 -08:00
Dima Kogan
8b8c8a28e4 --xlen now implies --monotonic. Since --xlen assumes an ordering on the data,
odd behavior will now be avoided
2011-02-06 15:35:26 -08:00
Dima Kogan
ce66c836f0 --xlen now MUST be used with --stream. There was no error before, but it still
didn't make any conceptual sense
2011-02-06 15:34:46 -08:00
Dima Kogan
76c0c7a93c updated changelog 2011-02-04 20:42:52 -08:00
Dima Kogan
fffc156a09 documented another method of generating a self-plotting data file 2011-02-04 20:42:22 -08:00
Dima Kogan
17beddeb9e version bump 2011-02-04 20:31:08 -08:00
Dima Kogan
9b76d27fcf updated changelog 2011-02-04 20:30:58 -08:00
Dima Kogan
61ff77f9f4 I now enforce a threaded perl during testing, not during execution. This should pacify cpantesters 2011-02-04 20:30:19 -08:00
Dima Kogan
82207174ea I want to work with perl 5.8, so print instead of say 2011-02-03 14:15:10 -08:00
Dima Kogan
4cf766f994 updated changelog 2011-02-03 14:13:36 -08:00
Dima Kogan
45ef72dc5b version bump 2011-02-03 13:51:33 -08:00
Dima Kogan
1b3fdaa96e I fail out if my perl isn't threaded. This makes me pass cpan testers' tests 2011-02-03 13:50:46 -08:00
Dima Kogan
290e1eab5a version bump 2011-01-31 12:22:22 -08:00
Dima Kogan
25cc8277c9 Corrected bug where I am no longer clobbering ALL of my commandline options 2011-01-31 12:22:06 -08:00
Dima Kogan
a37a8a0d4d removed useless subroutine return 2011-01-31 12:21:35 -08:00
Dima Kogan
ca62f90651 another version bump. I forgot to rebase 2011-01-29 20:13:25 -08:00
Dima Kogan
fbeae0f191 version bump 2011-01-29 20:06:27 -08:00
Dima Kogan
38265747c5 whitespace 2011-01-29 20:06:27 -08:00
Dima Kogan
d9d99d3c34 Gnuplot-version-functionality into a subroutine. I now do this AFTER
parsing the commandline to allow the script to pass CPAN tests on
machines without gnuplot installed
2011-01-29 20:06:26 -08:00
Dima Kogan
8f365d0521 ALWAYS complain if I couldn't run gnuplot 2011-01-29 20:06:26 -08:00
Dima Kogan
b7a37bd622 moved commandline processing into a subroutine 2011-01-29 20:06:26 -08:00
Dima Kogan
e5d4f1401b using 'or' instead of '||' in some error checking 2011-01-29 20:06:26 -08:00
Dima Kogan
6d8dfe578a I print out the usage ONLY if requested with --help 2011-01-29 20:06:26 -08:00
Dima Kogan
58105b064d better 'number' regexp 2011-01-28 14:28:51 -08:00
Dima Kogan
df9ab119d5 version bump 2011-01-26 22:11:25 -08:00
Dima Kogan
63b691c728 I now generate a README.POD ONLY if requested 2011-01-26 22:10:55 -08:00
Dima Kogan
10b47ec3cd now explicitly depending on List::MoreUtils 2011-01-26 21:58:46 -08:00
Dima Kogan
4d61736896 no longer using 'say' to stay compatible with older perls 2011-01-26 21:55:40 -08:00
Dima Kogan
441636694b Makefile.PL now extracts the POD into README.pod 2011-01-24 00:40:09 -08:00
Dima Kogan
bbf745dbdb converted to ExtUtils::MakeMaker 2011-01-24 00:40:09 -08:00
Dima Kogan
1bfbad17b5 manifest now reflects the new status of README 2011-01-24 00:40:09 -08:00
Dima Kogan
46e0064a33 version bump 2011-01-24 00:40:09 -08:00
Dima Kogan
2912b90f40 removed old README file 2011-01-24 00:39:35 -08:00
Dima Kogan
d9593759ca corrected and extended documentation 2011-01-23 23:06:44 -08:00
Dima Kogan
e3bfca4ce7 added some more cpan distribution files 2011-01-23 20:14:18 -08:00
Dima Kogan
4150a48974 scrubbed manifest 2011-01-23 19:58:08 -08:00
Dima Kogan
984a5a2539 added cpan tests 2011-01-23 19:57:23 -08:00
Dima Kogan
3c52be3284 packaged the script for CPAN 2011-01-23 19:56:11 -08:00
Dima Kogan
4d77d6dcdc --help now exits successfully 2011-01-17 01:00:56 -08:00
Dima Kogan
a1fd8b11f2 'use warnings' instead of 'perl -w' 2011-01-17 00:47:00 -08:00
Dima Kogan
62f8a29500 fixed broken plotting when a realtime plot has some curves run out of data 2011-01-06 19:06:19 -08:00
Dima Kogan
6a748ee767 added 'circles' plotting style 2011-01-06 16:09:03 -08:00
Dima Kogan
5eec77a637 colormaps are now treated as 2d plots with an extra data value 2011-01-06 16:08:47 -08:00
Dima Kogan
f30a842af6 I can now have more than one value for a point. This is useful for colors, point sizes, error bars, etc 2011-01-06 16:08:22 -08:00
Dima Kogan
400ed04b31 style is handled completely in the main thread 2011-01-06 15:59:57 -08:00
Dima Kogan
030676037d my 'number' regular expression is now captured only when needed 2011-01-06 15:39:57 -08:00
Dima Kogan
da87a716c1 make sure that $options{curvestyleall} is always defined. This cleans up some things 2011-01-06 15:38:31 -08:00
Dima Kogan
1abc70db2f Colormaps are now generated with plot, NOT splot. This allows some extra features to work that
otherwise wouldn't (like 'with circles')
2011-01-06 15:37:11 -08:00
Dima Kogan
e3a41a4ec5 If no --points or --lines is given, I no longer explicitly set a gnuplot style 2011-01-06 15:16:05 -08:00