Dima Kogan
13ffda5991
new email address
2011-05-30 20:21:07 -07:00
Dima Kogan
86051461ad
simplified some string generation to take more advantage of interpolation
2011-05-27 12:43:36 -07:00
Dima Kogan
d0dcad621a
version bump
2011-05-22 15:31:16 -07:00
Dima Kogan
19449a7822
documented command strings
2011-05-22 15:22:08 -07:00
Dima Kogan
70f508ece6
added 'clear' string to allow the data to purge itself
2011-05-22 15:21:56 -07:00
Dima Kogan
de242bad32
renamed "xy" to "curve"
2011-05-22 15:16:33 -07:00
Dima Kogan
339c2f9a3d
moved monotonicity checking into an outer loop
2011-05-22 15:15:37 -07:00
Dima Kogan
b6cc2579c4
removed unused variable
2011-05-22 15:05:08 -07:00
Dima Kogan
bbbbf36123
removed redundant code
2011-05-22 14:59:29 -07:00
Dima Kogan
38312c6439
--xlen now implies --monotonic, but ! --xlen does NOT mean ! --monotonic
2011-05-21 00:43:58 -07:00
Dima Kogan
07d6737dcd
fixed typo
2011-04-26 14:27:21 -07:00
Dima Kogan
c293015b3d
version bump
2011-04-26 14:25:23 -07:00
Dima Kogan
f5c1e79ddc
Real-time streaming plots now have an adjustable refresh rate, in addition to
...
data-triggered replotting
2011-04-26 14:21:34 -07:00
Dima Kogan
5d7701fb94
renamed plotThread -> plotUpdateThread
2011-04-26 13:42:54 -07:00
Dima Kogan
635f0fc7ee
If we're dumping out the raw gnuplot commands, do not sleep at the end
2011-04-20 15:26:38 -07:00
Dima Kogan
a7d0a926e4
version bump
2011-04-19 11:04:07 -07:00
Dima Kogan
a41a64457f
--legend and --curvestyle now use ' ' as a separator instead of '='.
...
For example to set a legend for curve 'data' to 'datalegend' I now do
--legend data datalegend
The previous syntax that used = produced hashes internally, which disregarded
the order of the given options. This resulted in arbitrarily ordered curves.
2011-04-16 01:49:43 -07:00
Dima Kogan
50d384f956
version bump
2011-04-09 14:11:15 -07:00
Dima Kogan
4591324ccf
running with --help now returns 0
2011-04-09 14:09:51 -07:00
Dima Kogan
c7c7c3f216
version bump
2011-04-09 14:06:27 -07:00
Dima Kogan
09e38021bf
The POD now contains all the cmdline options. --help reads those.
2011-04-09 14:02:40 -07:00
Dima Kogan
bcbfde1af1
--legend and --curvestyle cmdline options now reference specific curves
2011-04-09 13:47:17 -07:00
Dima Kogan
1e1d878d67
Curve legends explicitly give override --autolegend
2011-04-09 13:41:49 -07:00
Dima Kogan
074e2aa2e8
version bump
2011-04-03 17:26:22 -07:00
Dima Kogan
009d4bea5f
Square aspect ratio now works in 3d plots. 3D plots also have --square_xy option to square the
...
aspect ratio ONLY for the xy axes, allowing z to scale as needed
2011-04-03 17:16:00 -07:00
Dima Kogan
ba4267c667
minor corrections to POD
2011-03-14 23:45:45 -07:00
Dima Kogan
064f522097
streaming plots no longer go away once the input pipe goes away
2011-02-26 12:46:34 -08:00
Dima Kogan
cf57de689f
fixed typo in the POD
2011-02-20 01:26:52 -08:00
Dima Kogan
699554681a
version bump, changelog update
2011-02-06 15:57:07 -08:00
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
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
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
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