Commit Graph

497 Commits

Author SHA1 Message Date
Dima Kogan
b334984131 more guide plots 2021-02-20 21:27:16 -08:00
Dima Kogan
2463336cbf more guide plots 2021-02-20 20:08:13 -08:00
Dima Kogan
f3542ba620 removed stray plots 2021-02-20 19:35:13 -08:00
Dima Kogan
2647b466a0 more guide plots 2021-02-20 19:33:00 -08:00
Dima Kogan
1a9a95e734 more guide plots 2021-02-20 19:32:34 -08:00
Dima Kogan
e257640b0a more guide plots 2021-02-20 19:31:22 -08:00
Dima Kogan
940d862a4a guide: I test the LOCAL feedgnuplot, not the installed one 2021-02-20 19:30:47 -08:00
Dima Kogan
5a608b72b9 added --equation-above and --equation-below 2021-02-20 18:51:34 -08:00
Dima Kogan
3c8c84ed59 more guide plots 2021-02-20 17:03:56 -08:00
Dima Kogan
db664af6ee guide: need to be able to generate gnuplot output directly 2021-02-20 16:20:02 -08:00
Dima Kogan
07b73c4b4e more guide plots 2021-02-20 16:18:39 -08:00
Dima Kogan
4fa5ab15fb more guide stuff 2021-02-20 15:47:11 -08:00
Dima Kogan
bf818d9898 more guide plots 2021-02-20 14:12:47 -08:00
Dima Kogan
5ba4db7902 more guide plots 2021-02-20 13:42:36 -08:00
Dima Kogan
3778f3145a more guide plots 2021-02-20 13:35:05 -08:00
Dima Kogan
85923a7e25 more guide plots 2021-02-20 13:06:10 -08:00
Dima Kogan
29d67d28d7 initial, experimental cut at the guide 2021-02-20 12:44:24 -08:00
Dima Kogan
5d3b6bc6af fixed regression for --monotonic 2021-02-10 09:29:04 -08:00
Dima Kogan
4bef974306 added tests for --xticlabels 2021-02-10 00:16:31 -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
0e79551f2b added timefmt, style, vnl tests 2021-02-08 23:43:30 -08:00
Dima Kogan
2a91bd742e test can handle missing ref files
useful for new tests
2021-02-08 23:03:55 -08:00
Dima Kogan
c9384f5f63 added "tuplesize" tests 2021-02-08 23:03:43 -08:00
Dima Kogan
f1901ecde1 Test suite: all the streaming tests pass 2021-02-08 18:34:25 -08:00
Dima Kogan
b9a9ff8ec1 Test suite: all the non-streaming tests pass 2021-02-08 18:22:07 -08:00
Dima Kogan
27c6b3c6fb Test suite: the enabled-by-default tests pass in gnuplot 5.4 2021-02-08 18:19:26 -08:00
Dima Kogan
0f7f7d342a Test suite: reference plots come from files, not inline
This makes maintenance infinitely easier
2021-02-08 16:19:00 -08:00
Dima Kogan
fce0b9bb99 version bump 2021-02-03 14:49:06 -08:00
Dima Kogan
47957cfed6 changelog bump 2021-02-03 14:42:22 -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
2e6c9d6ea3 added tab completions for --every and --everyall 2020-04-17 14:06:10 -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
592ce20d1f readme update
github had a bug where it wouldn't render symlinks to embedded POD. Is this
still broken?
2020-01-08 21:20:50 -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