mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-18 19:18:06 +08:00
Compare commits
89 Commits
test
...
debian/1.2
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a374e71fae | ||
![]() |
0551483616 | ||
![]() |
235de3d5d1 | ||
![]() |
48fb730f0b | ||
![]() |
2fbc8f62d3 | ||
![]() |
198122431f | ||
![]() |
dd8bc8995d | ||
![]() |
670a5b84f9 | ||
![]() |
cc0b41e270 | ||
![]() |
1f757d1db1 | ||
![]() |
84a8daa56a | ||
![]() |
b92093464b | ||
![]() |
516077cbd0 | ||
![]() |
f8e69778a2 | ||
![]() |
7dca5c31bf | ||
![]() |
a6fef8c9f4 | ||
![]() |
987b7d90be | ||
![]() |
d7e30ac655 | ||
![]() |
ece4b29a2a | ||
![]() |
bbd2a44bf9 | ||
![]() |
d2613db253 | ||
![]() |
2217a1a1ba | ||
![]() |
184102a420 | ||
![]() |
1cca6c8eb4 | ||
![]() |
78368597c8 | ||
![]() |
4de5984551 | ||
![]() |
512d515ff6 | ||
![]() |
1d1b5e6808 | ||
![]() |
40b18cf8f9 | ||
![]() |
5283810abe | ||
![]() |
9ab429e618 | ||
![]() |
14a39b6fd2 | ||
![]() |
d705699459 | ||
![]() |
8867cf54f0 | ||
![]() |
52b9024320 | ||
![]() |
6809545a16 | ||
![]() |
a66e45adb5 | ||
![]() |
8557cd4870 | ||
![]() |
88fbd90a28 | ||
![]() |
d9906d8e88 | ||
![]() |
186b7a3ae0 | ||
![]() |
62eb5f17bb | ||
![]() |
a164c4ff29 | ||
![]() |
30d5b10fd6 | ||
![]() |
f2d4b7d78b | ||
![]() |
00d2f0d6a6 | ||
![]() |
0ccffde918 | ||
![]() |
805060ba92 | ||
![]() |
6ba7fc053c | ||
![]() |
21c38efc2d | ||
![]() |
7833e63c32 | ||
![]() |
d9e5067f20 | ||
![]() |
44a81e153d | ||
![]() |
458367883a | ||
![]() |
d4997cbba7 | ||
![]() |
5dcffaa62d | ||
![]() |
5cf323a97c | ||
![]() |
229c08582d | ||
![]() |
04876fa72e | ||
![]() |
e61e831ef2 | ||
![]() |
e5973e4fd6 | ||
![]() |
df2c78a85e | ||
![]() |
472520fdd8 | ||
![]() |
54f7f17558 | ||
![]() |
a8dc63c472 | ||
![]() |
10a4d35e97 | ||
![]() |
70946c92c2 | ||
![]() |
a8f5b99c23 | ||
![]() |
5cb7e3616a | ||
![]() |
b9ce0ea175 | ||
![]() |
d6381c747b | ||
![]() |
a054645a71 | ||
![]() |
0ce0f8a3f0 | ||
![]() |
3171f272fc | ||
![]() |
1cced9a621 | ||
![]() |
3132b76caa | ||
![]() |
b90e783f69 | ||
![]() |
9b0bc07ae4 | ||
![]() |
7bcb3920a1 | ||
![]() |
0ec6cb3d6d | ||
![]() |
9edb99d4cd | ||
![]() |
a1fac377a8 | ||
![]() |
80a5fac5f2 | ||
![]() |
f6fc00f3f2 | ||
![]() |
02d3f2bc92 | ||
![]() |
f682fa0816 | ||
![]() |
1e63a87a3d | ||
![]() |
47846ea562 | ||
![]() |
36d1db13a3 |
14
Changes
14
Changes
@@ -1,3 +1,17 @@
|
|||||||
|
feedgnuplot (1.28)
|
||||||
|
|
||||||
|
* Minor POD update
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Wed, 04 Dec 2013 02:01:05 -0800
|
||||||
|
|
||||||
|
feedgnuplot (1.27)
|
||||||
|
|
||||||
|
* Disabled tests that can fail on some arches (can be re-enabled with
|
||||||
|
environment variable)
|
||||||
|
* Removed sample debianization; this program is now in Debian proper
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Tue, 03 Dec 2013 23:37:40 -0800
|
||||||
|
|
||||||
feedgnuplot (1.26)
|
feedgnuplot (1.26)
|
||||||
|
|
||||||
* Minor POD fixes
|
* Minor POD fixes
|
||||||
|
12
INSTALL
12
INSTALL
@@ -1,17 +1,9 @@
|
|||||||
If running on a Debian-based OS (this includes Ubuntu), it is highly recommended
|
If running on a Debian-based OS (this includes Ubuntu), it is highly recommended
|
||||||
to install this program as a package. In debian/unstable feedgnuplot is in the
|
to install this program as a package. In Debian and Ubuntu, feedgnuplot is in
|
||||||
official repos, so all you need to do is
|
the official repos, so all you need to do is
|
||||||
|
|
||||||
sudo apt-get install feedgnuplot
|
sudo apt-get install feedgnuplot
|
||||||
|
|
||||||
Otherwise a package can be built with
|
|
||||||
|
|
||||||
ln -fs package_definitions/debian debian
|
|
||||||
dpkg-buildpackage -us -uc -b
|
|
||||||
sudo dpkg -i ../feedgnuplot*.deb
|
|
||||||
|
|
||||||
This builds a debian package and installs it.
|
|
||||||
|
|
||||||
Without a package, an installation can be done with
|
Without a package, an installation can be done with
|
||||||
|
|
||||||
perl Makefile.PL prefix=/usr/local
|
perl Makefile.PL prefix=/usr/local
|
||||||
|
1590
README.pod
1590
README.pod
File diff suppressed because it is too large
Load Diff
1
README.pod
Symbolic link
1
README.pod
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
bin/feedgnuplot
|
@@ -13,7 +13,7 @@ use Thread::Queue;
|
|||||||
use Pod::Usage;
|
use Pod::Usage;
|
||||||
use Time::Piece;
|
use Time::Piece;
|
||||||
|
|
||||||
my $VERSION = 1.26;
|
my $VERSION = 1.28;
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
@@ -961,6 +961,47 @@ Simple plotting of piped data:
|
|||||||
|
|
||||||
$ seq 5 | awk '{print 2*$1, $1*$1}' |
|
$ seq 5 | awk '{print 2*$1, $1*$1}' |
|
||||||
feedgnuplot --lines --points --legend 0 "data 0" --title "Test plot" --y2 1
|
feedgnuplot --lines --points --legend 0 "data 0" --title "Test plot" --y2 1
|
||||||
|
--terminal 'dumb 80,40' --exit
|
||||||
|
|
||||||
|
Test plot
|
||||||
|
|
||||||
|
10 ++------+--------+-------+-------+-------+--------+-------+------*A 25
|
||||||
|
+ + + + + + + + **#+
|
||||||
|
| : : : : : : data 0+**A*** |
|
||||||
|
| : : : : : : :** # |
|
||||||
|
9 ++.......................................................**.##....|
|
||||||
|
| : : : : : : ** :# |
|
||||||
|
| : : : : : : ** # |
|
||||||
|
| : : : : : :** ##: ++ 20
|
||||||
|
8 ++................................................A....#..........|
|
||||||
|
| : : : : : **: # : |
|
||||||
|
| : : : : : ** : ## : |
|
||||||
|
| : : : : : ** :# : |
|
||||||
|
| : : : : :** B : |
|
||||||
|
7 ++......................................**......##................|
|
||||||
|
| : : : : ** : ## : : ++ 15
|
||||||
|
| : : : : ** : # : : |
|
||||||
|
| : : : :** : ## : : |
|
||||||
|
6 ++..............................*A.......##.......................|
|
||||||
|
| : : : ** : ##: : : |
|
||||||
|
| : : : ** : # : : : |
|
||||||
|
| : : :** : ## : : : ++ 10
|
||||||
|
5 ++......................**........##..............................|
|
||||||
|
| : : ** : #B : : : |
|
||||||
|
| : : ** : ## : : : : |
|
||||||
|
| : :** : ## : : : : |
|
||||||
|
4 ++...............A.......###......................................|
|
||||||
|
| : **: ##: : : : : |
|
||||||
|
| : ** : ## : : : : : ++ 5
|
||||||
|
| : ** : ## : : : : : |
|
||||||
|
| :** ##B# : : : : : |
|
||||||
|
3 ++.....**..####...................................................|
|
||||||
|
| **#### : : : : : : |
|
||||||
|
| **## : : : : : : : |
|
||||||
|
B** + + + + + + + +
|
||||||
|
2 A+------+--------+-------+-------+-------+--------+-------+------++ 0
|
||||||
|
1 1.5 2 2.5 3 3.5 4 4.5 5
|
||||||
|
|
||||||
|
|
||||||
Simple real-time plotting example: plot how much data is received on the wlan0
|
Simple real-time plotting example: plot how much data is received on the wlan0
|
||||||
network interface in bytes/second (uses bash, awk and Linux):
|
network interface in bytes/second (uses bash, awk and Linux):
|
||||||
|
51
debian/changelog
vendored
Normal file
51
debian/changelog
vendored
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
feedgnuplot (1.28-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Upstream update:
|
||||||
|
- Removed example debianization
|
||||||
|
- Removed unreliable unit tests from automated testing (Closes: #731080)
|
||||||
|
* gnuplot dependency now favors graphical gnuplot packages
|
||||||
|
* Removed Anton Gladky from the Uploaders
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Wed, 04 Dec 2013 02:05:08 -0800
|
||||||
|
|
||||||
|
feedgnuplot (1.26-1) unstable; urgency=low
|
||||||
|
|
||||||
|
[ Dima Kogan ]
|
||||||
|
* Minor POD update
|
||||||
|
* Added test suite
|
||||||
|
* Added initial support for --timefmt. Currently time/date data is
|
||||||
|
supported only at the x-axis domain
|
||||||
|
* Added --exit option for force feedgnuplot to return even if gnuplot
|
||||||
|
may not yet be done rendering (patch by Eric Schulte)
|
||||||
|
* Reformatted the documentation
|
||||||
|
* y2-axis curves no longer have a thicker line by default
|
||||||
|
* --hardcopy now handles piped output (gnuplot 'set output |process'
|
||||||
|
syntax)
|
||||||
|
|
||||||
|
[ Anton Gladky ]
|
||||||
|
* Add libipc-run-perl to Build-Depends to execute tests
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Sun, 20 Oct 2013 01:19:51 -0700
|
||||||
|
|
||||||
|
feedgnuplot (1.24-2) unstable; urgency=low
|
||||||
|
|
||||||
|
* Now building the html documentation from the correct POD source
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Sun, 28 Apr 2013 17:42:52 -0700
|
||||||
|
|
||||||
|
feedgnuplot (1.24-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Fixed regression in --monotonic. This works again now
|
||||||
|
* moved POD back into the main source file. This fixes the broken usage
|
||||||
|
messages
|
||||||
|
* added --version
|
||||||
|
* fixed watchfile to work with newer github pages
|
||||||
|
* priority now optional
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Fri, 08 Feb 2013 02:01:32 -0800
|
||||||
|
|
||||||
|
feedgnuplot (1.23-2) unstable; urgency=low
|
||||||
|
|
||||||
|
* Initial Debian release (Closes: #686413)
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Tue, 30 Oct 2012 11:14:01 -0700
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
9
|
@@ -1,18 +1,17 @@
|
|||||||
Source: feedgnuplot
|
Source: feedgnuplot
|
||||||
Section: science
|
Section: science
|
||||||
Priority: extra
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 7), libtest-script-run-perl, perl
|
Build-Depends: debhelper (>= 9), libstring-shellquote-perl, perl, gawk, gnuplot, libipc-run-perl
|
||||||
Maintainer: Dima Kogan <dima@secretsauce.net>
|
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
|
||||||
Uploaders: Dima Kogan <dima@secretsauce.net>
|
Uploaders: Dima Kogan <dima@secretsauce.net>
|
||||||
Standards-Version: 3.9.3
|
Standards-Version: 3.9.4
|
||||||
Homepage: https://github.com/dkogan/feedgnuplot
|
Homepage: https://github.com/dkogan/feedgnuplot
|
||||||
Vcs-Git: git://github.com/dkogan/feedgnuplot.git
|
Vcs-Git: git://git.debian.org/git/debian-science/packages/feedgnuplot.git
|
||||||
Vcs-Browser: https://github.com/dkogan/feedgnuplot
|
Vcs-Browser: http://git.debian.org/?p=debian-science/packages/feedgnuplot.git
|
||||||
DM-Upload-Allowed: yes
|
|
||||||
|
|
||||||
Package: feedgnuplot
|
Package: feedgnuplot
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, ${perl:Depends}, gnuplot
|
Depends: ${misc:Depends}, ${perl:Depends}, gnuplot-qt | gnuplot-x11 | gnuplot
|
||||||
Description: Pipe-oriented frontend to Gnuplot
|
Description: Pipe-oriented frontend to Gnuplot
|
||||||
Flexible, command-line-oriented frontend to Gnuplot. Creates plots from data
|
Flexible, command-line-oriented frontend to Gnuplot. Creates plots from data
|
||||||
coming in on STDIN or given in a filename passed on the commandline. Various
|
coming in on STDIN or given in a filename passed on the commandline. Various
|
9
debian/feedgnuplot.doc-base
vendored
Normal file
9
debian/feedgnuplot.doc-base
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Document: feedgnuplot
|
||||||
|
Title: Feedgnuplot Manual
|
||||||
|
Author: Dima Kogan
|
||||||
|
Abstract: Formatted manpage for feedgnuplot
|
||||||
|
Section: Science/Data Analysis
|
||||||
|
|
||||||
|
Format: HTML
|
||||||
|
Index: /usr/share/doc/feedgnuplot/feedgnuplot.html
|
||||||
|
Files: /usr/share/doc/feedgnuplot/feedgnuplot.html
|
1
debian/feedgnuplot.docs
vendored
Normal file
1
debian/feedgnuplot.docs
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
feedgnuplot.html
|
4
debian/gbp.conf
vendored
Normal file
4
debian/gbp.conf
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
debian-branch = debian
|
||||||
|
upstream-tag = v%(version)s
|
||||||
|
pristine-tar = True
|
12
debian/rules
vendored
Executable file
12
debian/rules
vendored
Executable file
@@ -0,0 +1,12 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
||||||
|
|
||||||
|
override_dh_auto_build:
|
||||||
|
dh_auto_build
|
||||||
|
pod2html --title=feedgnuplot bin/feedgnuplot > feedgnuplot.html
|
||||||
|
|
||||||
|
override_dh_auto_clean:
|
||||||
|
rm -rf feedgnuplot.html pod2htm*
|
||||||
|
dh_auto_clean
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3.0 (quilt)
|
4
debian/watch
vendored
Normal file
4
debian/watch
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
version=3
|
||||||
|
opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \
|
||||||
|
https://github.com/dkogan/feedgnuplot/tags .*/v?(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
|
||||||
|
# Bart Martens <bartm@debian.org> Sat, 22 Dec 2012 12:54:18 +0000
|
@@ -1,111 +0,0 @@
|
|||||||
feedgnuplot (1.22) unstable; urgency=low
|
|
||||||
|
|
||||||
* removed --size option
|
|
||||||
|
|
||||||
-- Dima Kogan <dima@secretsauce.net> Mon, 03 Sep 2012 08:33:26 -0700
|
|
||||||
|
|
||||||
feedgnuplot (1.21) unstable; urgency=low
|
|
||||||
|
|
||||||
* removed the POD from the script to its own file
|
|
||||||
* fixed regression to allow no given extracmds, histogram or y2
|
|
||||||
options
|
|
||||||
|
|
||||||
-- Dima Kogan <dima@secretsauce.net> Sun, 02 Sep 2012 23:52:21 -0700
|
|
||||||
|
|
||||||
feedgnuplot (1.20) unstable; urgency=low
|
|
||||||
|
|
||||||
* no longer hardcoding 'x11' as the default terminal
|
|
||||||
* added histogram support
|
|
||||||
* generic terminals can now be requested
|
|
||||||
* --extracmds, --histogram, --y2 can now take comma-separated lists
|
|
||||||
|
|
||||||
-- Dima Kogan <dima@secretsauce.net> Fri, 31 Aug 2012 01:35:50 -0700
|
|
||||||
|
|
||||||
feedgnuplot (1.19) unstable; urgency=low
|
|
||||||
|
|
||||||
* added --geometry option to specify plot dimensions
|
|
||||||
|
|
||||||
-- Dima Kogan <dima@secretsauce.net> Sat, 11 Feb 2012 21:04:42 -0800
|
|
||||||
|
|
||||||
feedgnuplot (1.18) unstable; urgency=low
|
|
||||||
|
|
||||||
* data-ids can now include characters such as -. Any non-whitespace
|
|
||||||
works
|
|
||||||
|
|
||||||
-- Dima Kogan <dima@secretsauce.net> Tue, 27 Dec 2011 16:47:36 -0800
|
|
||||||
|
|
||||||
feedgnuplot (1.17) unstable; urgency=low
|
|
||||||
|
|
||||||
[ Dima Kogan ]
|
|
||||||
* POD: removed -Winteractive, since this was apparently a mawk-ism
|
|
||||||
* added zsh and bash completions to the package
|
|
||||||
|
|
||||||
[ Hermann Schwarting ]
|
|
||||||
* add build dependency libtest-script-run-perl
|
|
||||||
|
|
||||||
-- Dima Kogan <dima@secretsauce.net> Sun, 20 Nov 2011 19:17:22 -0800
|
|
||||||
|
|
||||||
feedgnuplot (1.16) unstable; urgency=low
|
|
||||||
|
|
||||||
* deb version parser now works for any package name
|
|
||||||
* Some POD fixes
|
|
||||||
* now building a native package
|
|
||||||
|
|
||||||
-- Dima Kogan <dima@secretsauce.net> Fri, 11 Nov 2011 00:10:18 -0800
|
|
||||||
|
|
||||||
feedgnuplot (1.15-2) unstable; urgency=low
|
|
||||||
|
|
||||||
* added source format for the debianization
|
|
||||||
* added configuration to let git-buildpackage build this package
|
|
||||||
* standards bump to make lintian happier
|
|
||||||
|
|
||||||
-- Dima Kogan <dima@secretsauce.net> Sun, 23 Oct 2011 13:38:15 -0700
|
|
||||||
|
|
||||||
feedgnuplot (1.15-1) unstable; urgency=low
|
|
||||||
|
|
||||||
* Renamed main script from feedGnuplot to feedgnuplot
|
|
||||||
* Slightly improved packaging, added instructions, etc
|
|
||||||
|
|
||||||
-- Dima Kogan <dima@secretsauce.net> Sun, 16 Oct 2011 11:58:15 -0700
|
|
||||||
|
|
||||||
feedgnuplot (1.14-1) unstable; urgency=low
|
|
||||||
|
|
||||||
* New upstream release (added 'clear' command, documented commands)
|
|
||||||
|
|
||||||
-- Dima Kogan <dima@secretsauce.net> Sun, 22 May 2011 15:25:28 -0700
|
|
||||||
|
|
||||||
feedgnuplot (1.13-1) unstable; urgency=low
|
|
||||||
|
|
||||||
* New upstream release (Better streaming plot control)
|
|
||||||
|
|
||||||
-- Dima Kogan <dima@secretsauce.net> Tue, 26 Apr 2011 14:24:09 -0700
|
|
||||||
|
|
||||||
feedgnuplot (1.12-1) unstable; urgency=low
|
|
||||||
|
|
||||||
* New upstream release
|
|
||||||
|
|
||||||
-- Dima Kogan <dima@secretsauce.net> Tue, 19 Apr 2011 11:02:23 -0700
|
|
||||||
|
|
||||||
feedgnuplot (1.11-1) unstable; urgency=low
|
|
||||||
|
|
||||||
* New upstream release
|
|
||||||
|
|
||||||
-- Dima Kogan <dima@secretsauce.net> Sat, 09 Apr 2011 14:10:21 -0700
|
|
||||||
|
|
||||||
feedgnuplot (1.10-1) unstable; urgency=low
|
|
||||||
|
|
||||||
* New upstream release
|
|
||||||
|
|
||||||
-- Dima Kogan <dima@secretsauce.net> Sat, 09 Apr 2011 14:08:06 -0700
|
|
||||||
|
|
||||||
feedgnuplot (1.09-1) unstable; urgency=low
|
|
||||||
|
|
||||||
* New upstream release
|
|
||||||
|
|
||||||
-- Dima Kogan <dima@secretsauce.net> Sun, 03 Apr 2011 17:23:38 -0700
|
|
||||||
|
|
||||||
feedgnuplot (1.08-1) unstable; urgency=low
|
|
||||||
|
|
||||||
* Initial debianized release.
|
|
||||||
|
|
||||||
-- Dima Kogan <dima@secretsauce.net> Sun, 6 Feb 2011 15:58:22 -0800
|
|
@@ -1 +0,0 @@
|
|||||||
7
|
|
@@ -1,5 +0,0 @@
|
|||||||
[DEFAULT]
|
|
||||||
upstream-tree = branch
|
|
||||||
upstream-branch = master
|
|
||||||
debian-branch = master
|
|
||||||
debian-tag = debian-%(version)s
|
|
@@ -1,4 +0,0 @@
|
|||||||
#!/usr/bin/make -f
|
|
||||||
|
|
||||||
%:
|
|
||||||
dh $@
|
|
@@ -1 +0,0 @@
|
|||||||
3.0 (native)
|
|
396
t/plots.t
396
t/plots.t
@@ -5,7 +5,9 @@
|
|||||||
# change the way the output looks will show up as test failures. Currently the
|
# change the way the output looks will show up as test failures. Currently the
|
||||||
# reference plots come from gnuplot 4.6.4, and I make sure this is the version
|
# reference plots come from gnuplot 4.6.4, and I make sure this is the version
|
||||||
# we're testing with
|
# we're testing with
|
||||||
|
#
|
||||||
|
# Note that some tests are only executed when the RUN_ALL_TESTS environment
|
||||||
|
# variable is set.
|
||||||
|
|
||||||
# require a threaded perl for my tests. This block lifted verbatim from the cpantesters wiki
|
# require a threaded perl for my tests. This block lifted verbatim from the cpantesters wiki
|
||||||
BEGIN {
|
BEGIN {
|
||||||
@@ -603,193 +605,6 @@ tryplot( testname => '3d spiral with bounds, labels, square xy aspect ratio',
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
tryplot( testname => 'Histogram plot',
|
|
||||||
cmd => q{seq 50 | awk '{print $1*$1}'},
|
|
||||||
options => [qw(--lines --points),
|
|
||||||
qw(--histo 0 --binwidth 50 --ymin 0 --curvestyleall), 'with boxes'],
|
|
||||||
refplot => <<'EOF' );
|
|
||||||
|
|
||||||
|
|
||||||
4 ++----------****----------+------------+-----------+------------+------------+-----------++
|
|
||||||
+ *+** + + + + + +
|
|
||||||
| * ** |
|
|
||||||
| * ** |
|
|
||||||
3.5 ++ * ** ++
|
|
||||||
| * ** |
|
|
||||||
| * ** |
|
|
||||||
| * ** |
|
|
||||||
| * ** |
|
|
||||||
3 ++ * *** ++
|
|
||||||
| * *** |
|
|
||||||
| * *** |
|
|
||||||
| * *** |
|
|
||||||
2.5 ++ * *** ++
|
|
||||||
| * *** |
|
|
||||||
| * *** |
|
|
||||||
| * *** |
|
|
||||||
2 ++ * **** *** ++
|
|
||||||
| * **** *** |
|
|
||||||
| * **** *** |
|
|
||||||
| * **** *** |
|
|
||||||
| * **** *** |
|
|
||||||
1.5 ++ * **** *** ++
|
|
||||||
| * **** *** |
|
|
||||||
| * **** *** |
|
|
||||||
| * **** *** |
|
|
||||||
1 ++ * ************************** ******** ************************** ** ++
|
|
||||||
| * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** |
|
|
||||||
| * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** |
|
|
||||||
| * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** |
|
|
||||||
| * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** |
|
|
||||||
0.5 ++ * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** ++
|
|
||||||
| * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** |
|
|
||||||
| * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** |
|
|
||||||
+ *+**** *** **** *** **** *** **** *** **** *** **** *** **** *** ** +
|
|
||||||
0 ++----------****************************-********-**************************-**----------++
|
|
||||||
-500 0 500 1000 1500 2000 2500 3000
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
tryplot( testname => 'Cumulative histogram',
|
|
||||||
cmd => q{seq 50 | awk '{print $1*$1}'},
|
|
||||||
options => [qw(--lines --points),
|
|
||||||
qw(--histo 0 --histstyle cum --binwidth 50 --ymin 0 --curvestyleall), 'with boxes'],
|
|
||||||
refplot => <<'EOF' );
|
|
||||||
|
|
||||||
|
|
||||||
50 ++-----------+------------+------------+------------+------------+-----------***----------++
|
|
||||||
+ + + + + + ** ***+* +
|
|
||||||
| **** *** * |
|
|
||||||
| *** **** *** * |
|
|
||||||
| ** *** **** *** * |
|
|
||||||
| ***** *** **** *** * |
|
|
||||||
| **** *** *** **** *** * |
|
|
||||||
40 ++ ** **** *** *** **** *** * ++
|
|
||||||
| ****** **** *** *** **** *** * |
|
|
||||||
| ***** *** **** *** *** **** *** * |
|
|
||||||
| *** *** *** **** *** *** **** *** * |
|
|
||||||
| ****** *** *** **** *** *** **** *** * |
|
|
||||||
| ** **** *** *** **** *** *** **** *** * |
|
|
||||||
| ****** **** *** *** **** *** *** **** *** * |
|
|
||||||
30 ++ *** *** **** *** *** **** *** *** **** *** * ++
|
|
||||||
| ****** *** **** *** *** **** *** *** **** *** * |
|
|
||||||
| *** *** *** **** *** *** **** *** *** **** *** * |
|
|
||||||
| ****** *** *** **** *** *** **** *** *** **** *** * |
|
|
||||||
| ** **** *** *** **** *** *** **** *** *** **** *** * |
|
|
||||||
| *** **** *** *** **** *** *** **** *** *** **** *** * |
|
|
||||||
| ****** **** *** *** **** *** *** **** *** *** **** *** * |
|
|
||||||
20 ++ *** *** **** *** *** **** *** *** **** *** *** **** *** * ++
|
|
||||||
| ****** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
|
||||||
| ** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
|
||||||
| *** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
|
||||||
| **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
|
||||||
| ****** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
|
||||||
| ** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
|
||||||
10 ++ ** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * ++
|
|
||||||
| *** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
|
||||||
| *** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
|
||||||
| *** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
|
||||||
| ***** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
|
||||||
| * *** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
|
||||||
+ *+*** **** ***+*** **** ***+*** **** ***+*** **** ***+*** **** ***+* +
|
|
||||||
0 ++----------********************************************-********+***-****-*****----------++
|
|
||||||
-500 0 500 1000 1500 2000 2500 3000
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
tryplot( testname => 'Circles',
|
|
||||||
cmd => q{seq 5 | awk '{print $1,$1,$1/10}'},
|
|
||||||
options => [qw(--circles --domain)],
|
|
||||||
refplot => <<'EOF' );
|
|
||||||
|
|
||||||
|
|
||||||
5 ++-------+--------+--------+--------+--------+--------+--------+--------*******************
|
|
||||||
+ + + + + + + + * + *+
|
|
||||||
| * * *|
|
|
||||||
| ******** * *|
|
|
||||||
4.5 ++ ** ** * *+
|
|
||||||
| ** ** ** **|
|
|
||||||
| ** ** ** ** |
|
|
||||||
| * * ** ** |
|
|
||||||
| * * ** ** |
|
|
||||||
4 ++ * ** ********** ++
|
|
||||||
| * * |
|
|
||||||
| * * |
|
|
||||||
| * * * |
|
|
||||||
3.5 ++ ****** ** ** ++
|
|
||||||
| * * ** ** |
|
|
||||||
| * * ** ** |
|
|
||||||
| * * ******** |
|
|
||||||
3 ++ * ** ++
|
|
||||||
| * * |
|
|
||||||
| * * |
|
|
||||||
| * * |
|
|
||||||
| * * |
|
|
||||||
2.5 ++ * ****** ++
|
|
||||||
| ****** |
|
|
||||||
| ** ** |
|
|
||||||
| * * |
|
|
||||||
2 ++ * ** ++
|
|
||||||
| * ** |
|
|
||||||
| * * |
|
|
||||||
| ** ** |
|
|
||||||
| ****** |
|
|
||||||
1.5 ++ ++
|
|
||||||
| |
|
|
||||||
| * |
|
|
||||||
+ **** + + + + + + + + +
|
|
||||||
1 ++-----*-+**------+--------+--------+--------+--------+--------+--------+--------+-------++
|
|
||||||
0.5 1 1.5 2 2.5 3 3.5 4 4.5 5 5.5
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
tryplot( testname => 'Error bars (using extraValuesPerPoint)',
|
|
||||||
cmd => q{seq 5 | awk '{print $1,$1,$1/10}'},
|
|
||||||
options => [qw(--domain),
|
|
||||||
qw(--extraValuesPerPoint 1 --curvestyle 0), 'with errorbars'],
|
|
||||||
refplot => <<'EOF' );
|
|
||||||
|
|
||||||
|
|
||||||
5.5 ++---------+-----------+----------+----------+----------+-----------+----------+---------**
|
|
||||||
+ + + + + + + + *
|
|
||||||
| *
|
|
||||||
5 ++ +A
|
|
||||||
| *
|
|
||||||
| *
|
|
||||||
| *
|
|
||||||
4.5 ++ **
|
|
||||||
| *** |
|
|
||||||
| * |
|
|
||||||
4 ++ A ++
|
|
||||||
| * |
|
|
||||||
| * |
|
|
||||||
| *** |
|
|
||||||
3.5 ++ ++
|
|
||||||
| *** |
|
|
||||||
| * |
|
|
||||||
3 ++ A ++
|
|
||||||
| * |
|
|
||||||
| * |
|
|
||||||
| *** |
|
|
||||||
2.5 ++ ++
|
|
||||||
| |
|
|
||||||
| *** |
|
|
||||||
2 ++ A ++
|
|
||||||
| * |
|
|
||||||
| *** |
|
|
||||||
| |
|
|
||||||
1.5 ++ ++
|
|
||||||
| |
|
|
||||||
| |
|
|
||||||
1 A* ++
|
|
||||||
** |
|
|
||||||
| |
|
|
||||||
+ + + + + + + + +
|
|
||||||
0.5 ++---------+-----------+----------+----------+----------+-----------+----------+---------++
|
|
||||||
1 1.5 2 2.5 3 3.5 4 4.5 5
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
tryplot( testname => 'Monotonicity check',
|
tryplot( testname => 'Monotonicity check',
|
||||||
@@ -980,6 +795,210 @@ tryplot( testname => '--timefmt plot with --monotonic',
|
|||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
tryplot( testname => 'Error bars (using extraValuesPerPoint)',
|
||||||
|
cmd => q{seq 5 | awk '{print $1,$1,$1/10}'},
|
||||||
|
options => [qw(--domain),
|
||||||
|
qw(--extraValuesPerPoint 1 --curvestyle 0), 'with errorbars'],
|
||||||
|
refplot => <<'EOF' );
|
||||||
|
|
||||||
|
|
||||||
|
5.5 ++---------+-----------+----------+----------+----------+-----------+----------+---------**
|
||||||
|
+ + + + + + + + *
|
||||||
|
| *
|
||||||
|
5 ++ +A
|
||||||
|
| *
|
||||||
|
| *
|
||||||
|
| *
|
||||||
|
4.5 ++ **
|
||||||
|
| *** |
|
||||||
|
| * |
|
||||||
|
4 ++ A ++
|
||||||
|
| * |
|
||||||
|
| * |
|
||||||
|
| *** |
|
||||||
|
3.5 ++ ++
|
||||||
|
| *** |
|
||||||
|
| * |
|
||||||
|
3 ++ A ++
|
||||||
|
| * |
|
||||||
|
| * |
|
||||||
|
| *** |
|
||||||
|
2.5 ++ ++
|
||||||
|
| |
|
||||||
|
| *** |
|
||||||
|
2 ++ A ++
|
||||||
|
| * |
|
||||||
|
| *** |
|
||||||
|
| |
|
||||||
|
1.5 ++ ++
|
||||||
|
| |
|
||||||
|
| |
|
||||||
|
1 A* ++
|
||||||
|
** |
|
||||||
|
| |
|
||||||
|
+ + + + + + + + +
|
||||||
|
0.5 ++---------+-----------+----------+----------+----------+-----------+----------+---------++
|
||||||
|
1 1.5 2 2.5 3 3.5 4 4.5 5
|
||||||
|
|
||||||
|
EOF
|
||||||
|
|
||||||
|
|
||||||
|
SKIP:
|
||||||
|
{
|
||||||
|
|
||||||
|
# Some tests aren't 100% reliable, so I do not include them in automated testing. These are
|
||||||
|
#
|
||||||
|
# - Histogram and circle-plotting tests: these have inconsistent round-off
|
||||||
|
# behavior on different arches; specifically 32-bit and 64-bit x86. So both
|
||||||
|
# plots look fine, but not identical, thus the tests fail
|
||||||
|
#
|
||||||
|
# - Streaming tests. These tests have a temporal component, so the loading of
|
||||||
|
# the host machine can cause a test failure. It's fine pretty much all the
|
||||||
|
# time on my not-too-new laptop, but this is bad for automated testing
|
||||||
|
|
||||||
|
skip "Skipping unreliable tests. Set RUN_ALL_TESTS environment variable to run them all", 18 unless $ENV{RUN_ALL_TESTS};
|
||||||
|
|
||||||
|
|
||||||
|
tryplot( testname => 'Histogram plot',
|
||||||
|
cmd => q{seq 50 | awk '{print $1*$1}'},
|
||||||
|
options => [qw(--lines --points),
|
||||||
|
qw(--histo 0 --binwidth 50 --ymin 0 --curvestyleall), 'with boxes'],
|
||||||
|
refplot => <<'EOF' );
|
||||||
|
|
||||||
|
|
||||||
|
4 ++----------****----------+------------+-----------+------------+------------+-----------++
|
||||||
|
+ *+** + + + + + +
|
||||||
|
| * ** |
|
||||||
|
| * ** |
|
||||||
|
3.5 ++ * ** ++
|
||||||
|
| * ** |
|
||||||
|
| * ** |
|
||||||
|
| * ** |
|
||||||
|
| * ** |
|
||||||
|
3 ++ * *** ++
|
||||||
|
| * *** |
|
||||||
|
| * *** |
|
||||||
|
| * *** |
|
||||||
|
2.5 ++ * *** ++
|
||||||
|
| * *** |
|
||||||
|
| * *** |
|
||||||
|
| * *** |
|
||||||
|
2 ++ * **** *** ++
|
||||||
|
| * **** *** |
|
||||||
|
| * **** *** |
|
||||||
|
| * **** *** |
|
||||||
|
| * **** *** |
|
||||||
|
1.5 ++ * **** *** ++
|
||||||
|
| * **** *** |
|
||||||
|
| * **** *** |
|
||||||
|
| * **** *** |
|
||||||
|
1 ++ * ************************** ******** ************************** ** ++
|
||||||
|
| * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** |
|
||||||
|
| * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** |
|
||||||
|
| * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** |
|
||||||
|
| * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** |
|
||||||
|
0.5 ++ * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** ++
|
||||||
|
| * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** |
|
||||||
|
| * **** *** **** *** **** *** **** *** **** *** **** *** **** *** ** |
|
||||||
|
+ *+**** *** **** *** **** *** **** *** **** *** **** *** **** *** ** +
|
||||||
|
0 ++----------****************************-********-**************************-**----------++
|
||||||
|
-500 0 500 1000 1500 2000 2500 3000
|
||||||
|
|
||||||
|
EOF
|
||||||
|
|
||||||
|
tryplot( testname => 'Cumulative histogram',
|
||||||
|
cmd => q{seq 50 | awk '{print $1*$1}'},
|
||||||
|
options => [qw(--lines --points),
|
||||||
|
qw(--histo 0 --histstyle cum --binwidth 50 --ymin 0 --curvestyleall), 'with boxes'],
|
||||||
|
refplot => <<'EOF' );
|
||||||
|
|
||||||
|
|
||||||
|
50 ++-----------+------------+------------+------------+------------+-----------***----------++
|
||||||
|
+ + + + + + ** ***+* +
|
||||||
|
| **** *** * |
|
||||||
|
| *** **** *** * |
|
||||||
|
| ** *** **** *** * |
|
||||||
|
| ***** *** **** *** * |
|
||||||
|
| **** *** *** **** *** * |
|
||||||
|
40 ++ ** **** *** *** **** *** * ++
|
||||||
|
| ****** **** *** *** **** *** * |
|
||||||
|
| ***** *** **** *** *** **** *** * |
|
||||||
|
| *** *** *** **** *** *** **** *** * |
|
||||||
|
| ****** *** *** **** *** *** **** *** * |
|
||||||
|
| ** **** *** *** **** *** *** **** *** * |
|
||||||
|
| ****** **** *** *** **** *** *** **** *** * |
|
||||||
|
30 ++ *** *** **** *** *** **** *** *** **** *** * ++
|
||||||
|
| ****** *** **** *** *** **** *** *** **** *** * |
|
||||||
|
| *** *** *** **** *** *** **** *** *** **** *** * |
|
||||||
|
| ****** *** *** **** *** *** **** *** *** **** *** * |
|
||||||
|
| ** **** *** *** **** *** *** **** *** *** **** *** * |
|
||||||
|
| *** **** *** *** **** *** *** **** *** *** **** *** * |
|
||||||
|
| ****** **** *** *** **** *** *** **** *** *** **** *** * |
|
||||||
|
20 ++ *** *** **** *** *** **** *** *** **** *** *** **** *** * ++
|
||||||
|
| ****** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
||||||
|
| ** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
||||||
|
| *** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
||||||
|
| **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
||||||
|
| ****** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
||||||
|
| ** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
||||||
|
10 ++ ** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * ++
|
||||||
|
| *** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
||||||
|
| *** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
||||||
|
| *** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
||||||
|
| ***** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
||||||
|
| * *** **** *** *** **** *** *** **** *** *** **** *** *** **** *** * |
|
||||||
|
+ *+*** **** ***+*** **** ***+*** **** ***+*** **** ***+*** **** ***+* +
|
||||||
|
0 ++----------********************************************-********+***-****-*****----------++
|
||||||
|
-500 0 500 1000 1500 2000 2500 3000
|
||||||
|
|
||||||
|
EOF
|
||||||
|
|
||||||
|
tryplot( testname => 'Circles',
|
||||||
|
cmd => q{seq 5 | awk '{print $1,$1,$1/10}'},
|
||||||
|
options => [qw(--circles --domain)],
|
||||||
|
refplot => <<'EOF' );
|
||||||
|
|
||||||
|
|
||||||
|
5 ++-------+--------+--------+--------+--------+--------+--------+--------*******************
|
||||||
|
+ + + + + + + + * + *+
|
||||||
|
| * * *|
|
||||||
|
| ******** * *|
|
||||||
|
4.5 ++ ** ** * *+
|
||||||
|
| ** ** ** **|
|
||||||
|
| ** ** ** ** |
|
||||||
|
| * * ** ** |
|
||||||
|
| * * ** ** |
|
||||||
|
4 ++ * ** ********** ++
|
||||||
|
| * * |
|
||||||
|
| * * |
|
||||||
|
| * * * |
|
||||||
|
3.5 ++ ****** ** ** ++
|
||||||
|
| * * ** ** |
|
||||||
|
| * * ** ** |
|
||||||
|
| * * ******** |
|
||||||
|
3 ++ * ** ++
|
||||||
|
| * * |
|
||||||
|
| * * |
|
||||||
|
| * * |
|
||||||
|
| * * |
|
||||||
|
2.5 ++ * ****** ++
|
||||||
|
| ****** |
|
||||||
|
| ** ** |
|
||||||
|
| * * |
|
||||||
|
2 ++ * ** ++
|
||||||
|
| * ** |
|
||||||
|
| * * |
|
||||||
|
| ** ** |
|
||||||
|
| ****** |
|
||||||
|
1.5 ++ ++
|
||||||
|
| |
|
||||||
|
| * |
|
||||||
|
+ **** + + + + + + + + +
|
||||||
|
1 ++-----*-+**------+--------+--------+--------+--------+--------+--------+--------+-------++
|
||||||
|
0.5 1 1.5 2 2.5 3 3.5 4 4.5 5 5.5
|
||||||
|
|
||||||
|
EOF
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -2149,6 +2168,7 @@ tryplot( testname => '--timefmt streaming plot with --monotonic',
|
|||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user