Age | Commit message (Collapse) | Author |
|
Upstream notes:
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
|
|
|
|
|
|
Upstream changes:
* #! line uses /usr/bin/env to work with nonstandard installations
* Added --cblabel to label the color bar
* Added --cbmin, --cbmax
* --zmin,--zmax,--zlabel are always sent, if requested
* Plotting with no STDIN data works
|
|
Upstream changes:
* Test suite fix: we have the right number of tests
|
|
- v1.59 released
- Install License file
- Update description from 'About' section in github
|
|
|
|
|
|
Upstream changes:
* Added --using, --usingall
* Added --cmds as a synonym for --extracmds
|
|
Upstream changes:
* Added --xticlabels to label the x-axis tics from the data
* Added --equation-above and --equation-below to control the equation
drawing sequence
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PKGBUILD pulled from AUR Archive, and modified for recommended Perl packaging
guidelines, as well as using explicit release of feedgnuplot.
|