From 1f6d8c141fe3a5ec1d57449a3389f7f92da3f9c0 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Thu, 22 Jul 2021 23:33:39 -0700 Subject: [PATCH 1/3] added forgotten guide plot --- guide/guide-27.svg | 610 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 610 insertions(+) create mode 100644 guide/guide-27.svg diff --git a/guide/guide-27.svg b/guide/guide-27.svg new file mode 100644 index 0000000..4dbf1f4 --- /dev/null +++ b/guide/guide-27.svg @@ -0,0 +1,610 @@ + + + +Gnuplot +Produced by GNUPLOT 5.4 patchlevel 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -6 + + + + + + + + + + + + + -4 + + + + + + + + + + + + + -2 + + + + + + + + + + + + + 0 + + + + + + + + + + + + + 2 + + + + + + + + + + + + + 4 + + + + + + + + + + + + + 6 + + + + + + + + + + + + + -6 + + + + + + + + + + + + + -4 + + + + + + + + + + + + + -2 + + + + + + + + + + + + + 0 + + + + + + + + + + + + + 2 + + + + + + + + + + + + + 4 + + + + + + + + + + + + + 6 + + + + + + + + + gnuplot_plot_1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From b0fcad93aec06d4bcf943f3c13de333e7ecf7eaa Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 27 Aug 2021 10:45:20 -0700 Subject: [PATCH 2/3] test fix: I count the skipped tests properly --- t/plots.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/plots.t b/t/plots.t index 1cfafe8..693f6db 100644 --- a/t/plots.t +++ b/t/plots.t @@ -326,7 +326,7 @@ SKIP: # 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}; +skip "Skipping unreliable tests. Set RUN_ALL_TESTS environment variable to run them all", 20 unless $ENV{RUN_ALL_TESTS}; tryplot( testname => 'Histogram plot', From 6f1795ff7d8c055d08253b126bfda64d335a48a9 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 27 Aug 2021 10:46:28 -0700 Subject: [PATCH 3/3] version bump --- Changes | 6 ++++++ bin/feedgnuplot | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index d955747..ca25466 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +feedgnuplot (1.60) + + * Test suite fix: we have the right number of tests + + -- Dima Kogan Fri, 27 Aug 2021 10:46:18 -0700 + feedgnuplot (1.59) * --timefmt --histogram work together diff --git a/bin/feedgnuplot b/bin/feedgnuplot index bf03bb8..3123c5b 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -16,7 +16,7 @@ use Pod::Usage; use Time::Piece; # Makefile.PL assumes this is in '' -my $VERSION = '1.59'; +my $VERSION = '1.60'; my %options; interpretCommandline();