Commit Graph

695 Commits

Author SHA1 Message Date
Debian Janitor
aa5732605c Bump debhelper from deprecated 9 to 13.
Changes-By: lintian-brush
Fixes: lintian: package-uses-deprecated-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html
2022-06-07 17:00:36 +00:00
Dima Kogan
8429e139e3 changelog bump 2022-03-04 14:47:56 -08:00
Dima Kogan
4109a586da Merge branch 'master' into debian 2022-03-04 14:46:34 -08:00
Dima Kogan
db4fdcb933 changelog bump 2022-03-04 14:45:49 -08:00
Dima Kogan
fce128aa14 Plotting with no STDIN data works
This command now works:

  echo "" | ./bin/feedgnuplot --equation 'x' --image /tmp/1.jpg

Prior to the patch, there's a trailing , in the command
2022-03-04 14:40:13 -08:00
Dima Kogan
8c0f3df285 Added --cbmin, --cbmax
These are used unless --colormap. Added more docs to describe what --colormap
does. It is legacy.
2022-03-02 19:38:44 -08:00
Dima Kogan
c99b377083 --zmin,--zmax,--zlabel are sent if requested
I don't try to figure out if they make sense or not: gnuplot can do that
2022-03-02 19:32:19 -08:00
Dima Kogan
ed99cd89d1 Added --cblabel to label the color bar 2022-03-02 19:28:53 -08:00
Dima Kogan
41f4de612c patch: change the shebang back to /usr/bin/perl 2021-08-28 13:35:54 -07:00
Dima Kogan
78b2069010 Merge branch 'master' into debian 2021-08-28 13:34:39 -07:00
Dima Kogan
4817a53d21 #! line uses /usr/bin/env to work with nonstandard installations 2021-08-28 13:33:30 -07:00
Dima Kogan
bd8f1bbab3 changelog bump 2021-08-27 10:47:06 -07:00
Dima Kogan
4d138f24a3 Merge branch 'master' into debian 2021-08-27 10:46:40 -07:00
Dima Kogan
6f1795ff7d version bump 2021-08-27 10:46:28 -07:00
Dima Kogan
b0fcad93ae test fix: I count the skipped tests properly 2021-08-27 10:45:20 -07:00
Dima Kogan
59b22ddf3b changelog bump 2021-08-27 10:31:29 -07:00
Dima Kogan
4d1049e16a Merge tag 'v1.59' into debian 2021-08-27 10:31:16 -07:00
Dima Kogan
1f6d8c141f added forgotten guide plot 2021-07-22 23:33:39 -07:00
Dima Kogan
8bc95b93ec version bump 2021-07-22 17:52:32 -07:00
Dima Kogan
a020a38931 guide elisp is more robust
The feedgnuplot command is no longer required to sit at the end of the command
string (here-doc data broke it previously)
2021-07-22 17:49:15 -07:00
Dima Kogan
a965d9f2ec time-based histograms: docs and test 2021-07-22 17:48:14 -07:00
Dima Kogan
83df85a8c0 extract_README.sh includes the blurb about the talk 2021-07-22 16:35:24 -07:00
Dima Kogan
72d842ce1e Added extract_README.sh
Github has been broken for years in rendering inline POD data, so I
extract it. The maintainer must manually run this script to generate
the README.pod file
2021-07-22 16:31:06 -07:00
Dima Kogan
35115083ce --histo with a --timefmt makes time-based histograms
Not documented yet or added to the tests yet, but appears to work
2021-07-22 11:23:48 -07:00
Dima Kogan
1e7286cb5d README 2021-07-10 00:45:06 -07:00
Dima Kogan
4c0952fd67 typo fix 2021-04-09 22:40:21 -07:00
Dima Kogan
1cdab267d1 changelog bump 2021-03-14 20:41:03 -07:00
Dima Kogan
ae7ce22afc Merge branch 'master' into debian 2021-03-11 16:32:34 -08:00
Dima Kogan
09802f4248 changelog bump 2021-03-11 16:25:07 -08:00
Dima Kogan
feb33326a7 pod update 2021-03-11 16:23:02 -08:00
Dima Kogan
0006e29b52 --cmds is preferred instead of --extracmds 2021-03-11 16:22:12 -08:00
Dima Kogan
d68b331af6 added --using, --usingall 2021-03-11 16:12:35 -08:00
Dima Kogan
83139d7ad0 consolidated some logic. no-op clarification 2021-03-11 00:36:41 -08:00
Dima Kogan
0dd24c2cba added --every tests 2021-03-10 23:42:57 -08:00
Dima Kogan
d7ab28e2f2 addEveryOption(),addCurveOption(),setCurveLabel() into a single function
These were 99% identical, and now they reuse the same code
2021-03-10 23:28:59 -08:00
Dima Kogan
d8b5f586c6 doc 2021-02-22 15:39:41 -08:00
Dima Kogan
4e292531ca added build-dep for the tests 2021-02-21 14:08:02 -08:00
Dima Kogan
dd190cfd28 version bump 2021-02-21 14:01:04 -08:00
Dima Kogan
10fa62110a Merge branch 'master' into debian 2021-02-21 13:59:32 -08:00
Dima Kogan
4d7d46bef1 added .gitignore 2021-02-21 13:59:05 -08:00
Dima Kogan
1c7f353e53 added forgotten test reference file 2021-02-21 13:58:08 -08:00
Dima Kogan
f1d03d42c7 version bump 2021-02-21 13:56:41 -08:00
Dima Kogan
577c2da307 doc 2021-02-21 13:54:50 -08:00
Dima Kogan
24029e09d9 README.pod is not a symlink. Github has not fixed their bug 2021-02-21 01:02:29 -08:00
Dima Kogan
008576fd9d README.pod is a symlink again. Did github fix their bug? 2021-02-21 00:59:25 -08:00
Dima Kogan
130b212ed8 documented --xticlabels 2021-02-21 00:58:52 -08:00
Dima Kogan
302dc0cbd3 readme update 2021-02-21 00:38:26 -08:00
Dima Kogan
774bad26ed updated copyright year 2021-02-21 00:38:14 -08:00
Dima Kogan
7e0f2a4312 documented --xticlabels 2021-02-21 00:36:52 -08:00
Dima Kogan
eec52245fb more guide plots 2021-02-21 00:28:14 -08:00