Commit Graph

253 Commits

Author SHA1 Message Date
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
4817a53d21 #! line uses /usr/bin/env to work with nonstandard installations 2021-08-28 13:33:30 -07:00
Dima Kogan
6f1795ff7d version bump 2021-08-27 10:46:28 -07:00
Dima Kogan
8bc95b93ec version bump 2021-07-22 17:52:32 -07:00
Dima Kogan
a965d9f2ec time-based histograms: docs and test 2021-07-22 17:48:14 -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
09802f4248 changelog bump 2021-03-11 16:25:07 -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
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
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
130b212ed8 documented --xticlabels 2021-02-21 00:58:52 -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
5a608b72b9 added --equation-above and --equation-below 2021-02-20 18:51:34 -08:00
Dima Kogan
5d3b6bc6af fixed regression for --monotonic 2021-02-10 09:29:04 -08:00
Dima Kogan
2f12f076e1 initial support for --xticlabels
Needs documentation and tests still
2021-02-09 23:34:47 -08:00
Dima Kogan
fb0a178dbc inlined pushPoint(). no-op 2021-02-09 23:08:44 -08:00
Dima Kogan
5442566524 fixed typo in comment 2021-02-09 23:05:36 -08:00
Dima Kogan
c14e837343 no-op whitespace 2021-02-09 22:25:25 -08:00
Dima Kogan
fce0b9bb99 version bump 2021-02-03 14:49:06 -08:00
Dima Kogan
bb9220ea97 updated default hardcopy settings 2021-02-03 14:41:28 -08:00
Dima Kogan
099ef33843 fixed typo in docs 2021-01-11 15:12:06 -08:00
Dima Kogan
b2c57797a7 ping example doesn't use -A
There's just no reason for that at all
2020-11-13 20:48:32 -08:00
Dima Kogan
c8dac15db3 version bump 2020-07-20 15:51:49 -07:00
Dima Kogan
4244299169 Revert "Removed reference to no-longer-existing variable"
This reverts commit 7e1e6af184.

This commit did nothing other than introduce a bug. --style is supposed to
override --with, but after this commit, --style was ADDED to --with, which is
wrong
2020-07-20 15:47:32 -07:00
Dima Kogan
4234c94737 minor documentation update 2020-05-19 08:59:56 -07:00
Dima Kogan
154377691c minor documentation update 2020-05-19 08:54:01 -07:00
Dima Kogan
bdb9919c39 documented --every 2020-04-17 14:18:09 -07:00
Dima Kogan
4e85f991c4 version bump 2020-04-17 14:07:08 -07:00
Dima Kogan
c4eef7a167 --timefmt can be used with --histogram 2020-04-17 14:01:17 -07:00
Dima Kogan
7e1e6af184 Removed reference to no-longer-existing variable 2020-03-06 22:16:07 -08:00
Dima Kogan
e9c9ff02e4 Minor no-op refactoring 2020-03-06 22:16:07 -08:00
Dima Kogan
2f9a6acdb3 Minor no-op refactoring
The ID->curve hash %curveIndices is now called $curveFromID, and now gives you a
curve reference, not an index to @curves

I can thus reorder @curves as I like, and %curveFromID remains valid
2020-03-06 22:14:40 -08:00
Dima Kogan
5e0869dc25 Added support for --every and --everyall
Needs documentation, tab completion
2020-01-24 19:24:02 -08:00
Dima Kogan
373b97092e version bump 2020-01-08 18:55:52 -08:00
Dima Kogan
e4523f97e7 documentation 2019-12-16 20:37:36 -08:00
Dima Kogan
d73118087a Full support for all 4 2d axes
Before I'd default to x1y1, and I could use x1y2 if --y2. Now I can ask for
--x1y2 and --x2y1 and --x2y2
2019-11-13 13:50:07 -08:00
Dima Kogan
54fc8c625d version bump 2019-08-25 15:32:55 -07:00
Dima Kogan
29f4f5a368 Added --squarexy and --square-xy as synonyms to --square_xy 2019-06-27 11:11:20 -07:00
Dima Kogan
40fea5eb7f changelog bump 2018-09-29 10:57:37 -07:00
Dima Kogan
016c7ebfa9 Added a new .gp terminal to create self-plotting gnuplot scripts 2018-09-29 10:55:36 -07:00
Dima Kogan
350b2db022 version bump 2018-08-24 13:13:45 -07:00