Commit Graph

139 Commits

Author SHA1 Message Date
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
Dima Kogan
e9f92fc7a2 added option to add a style to ALL the curves 2011-01-06 14:05:38 -08:00
Dima Kogan
1419007483 fixed incorrect handling of the palette option 2011-01-03 20:05:07 -08:00
Dima Kogan
3ec5e7a417 I now support eps output 2011-01-03 17:12:30 -08:00
Dima Kogan
b684dc3dd4 colormaps didn't automatically range themselves using zmin/zmax. They now do 2011-01-03 16:33:21 -08:00
Dima Kogan
91134938a7 gnuplot wants the title to be given before the extra curve options, so I do that 2011-01-03 16:16:27 -08:00
Dima Kogan
497c4cc0d6 added option for plotting colormaps 2011-01-03 15:03:31 -08:00
Dima Kogan
afeaae665d fixed typo 2011-01-03 14:23:03 -08:00
Dima Kogan
209776528e added 3d-plotting capability 2011-01-03 14:14:59 -08:00
Dima Kogan
e3b79b832a if($options{blah}) instead of if(defined $options{blah}) when possible. No longer specifying 0-defaults 2011-01-03 12:43:12 -08:00
Dima Kogan
5abd2dc621 whitespace 2011-01-03 12:10:02 -08:00
Dima Kogan
e324a39b04 handle cmdline option errors as soon as possible 2011-01-03 12:08:34 -08:00
Dima Kogan
7823ea6054 updated README to reflect the recent changes (--dataid, --autolegend) 2010-10-23 17:22:29 -07:00
Dima Kogan
54fc148ed0 added --autolegend option to generate the legends from curve IDs 2010-10-23 17:08:29 -07:00
Dima Kogan
4dfb086e96 using ' instead of " for most of the strings that don't require interpolation 2010-10-23 15:42:08 -07:00
Dima Kogan
8135ab0a2d don't need quotes when looking up hashes 2010-10-23 14:49:42 -07:00
Dima Kogan
ea795e36eb no longer using Data::Dumper by default 2010-10-23 14:45:58 -07:00
Dima Kogan
61a1b2c2b8 getCurveIdx() has been replaced with getCurve(). I now return the curve data itself, not the index
to it
2010-10-23 14:44:55 -07:00
Dima Kogan
c11f8df99b the --dataindex option has been changed to --dataid, with alphanumeric IDs. This necessiatated some
cleanup
2010-10-23 14:40:11 -07:00
Dima Kogan
1e729e3b06 say -> print for perl 5.8 compatibility 2010-10-23 01:43:43 -07:00
Dima Kogan
f5ee508d25 I no longer add any data points in the newCurve() call, so I remove newCurve() 's ability to do that 2010-10-23 01:43:42 -07:00
Dima Kogan
78bb507f36 made pushNewEmptyCurve() a local subroutine of the subroutine that uses it 2010-10-23 00:50:32 -07:00
Dima Kogan
cbba09917b now using \d to match digits 2010-10-23 00:28:21 -07:00
Dima Kogan
9c1d6326d8 renamed a function 2010-10-19 16:38:37 -07:00
Dima Kogan
254cdaf6a8 no longer importing functions I'm not using 2010-10-19 16:38:37 -07:00
Dima Kogan
139f89e145 minor streamlining 2010-10-19 16:38:37 -07:00
Dima Kogan
e4f3122d3f better sensing of "new data" 2010-10-18 13:44:33 -07:00
Dima Kogan
869fba996d added option to plot with a square aspect ratio 2010-10-18 13:03:38 -07:00