Dima Kogan
d57634bcf9
website documentation doesn't say it's making ascii art
...
because that documentation shows a graphical image
2024-02-19 21:38:53 -08:00
Dima Kogan
6340dd3582
documentation
2024-02-19 21:27:59 -08:00
Dima Kogan
2d8344f32d
README.pod contains graphical images for the website
2024-02-19 21:27:59 -08:00
Dima Kogan
2db7f980b5
Nicer sample plots in the docs
2024-02-19 21:26:05 -08:00
Dima Kogan
96ac271cda
I explicitly ignore all lines that have '-' values
...
These may come from vnl-filter -p "dx=diff(x)" ... output. For instance, this
plot is broken before this patch:
(echo '# x'; seq 5) | vnl-filter --noskipempty -p 'd=diff(x)' \
| feedgnuplot --lines
2024-01-27 17:01:40 -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
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
b0fcad93ae
test fix: I count the skipped tests properly
2021-08-27 10:45:20 -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
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
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
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