diff --git a/Changes b/Changes index 4c76abb..6f9eef6 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +feedgnuplot (1.56) unstable; urgency=medium + + * Updated default hardcopy settings + + -- Dima Kogan Wed, 03 Feb 2021 14:42:15 -0800 + feedgnuplot (1.55) * Fixed regression introduced in 1.54: diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 26147e3..3262f71 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.55'; +my $VERSION = '1.56'; my %options; interpretCommandline(); @@ -649,11 +649,11 @@ sub mainThread } my %terminalOpts = - ( eps => 'postscript noenhanced solid color enhanced eps', + ( eps => 'postscript noenhanced solid color eps', ps => 'postscript noenhanced solid color landscape 12', - pdf => 'pdfcairo noenhanced solid color font ",12" size 11in,8.5in', - png => 'png noenhanced size 1280,1024', - svg => 'svg noenhanced', + pdf => 'pdfcairo noenhanced solid color font ",12" size 8in,6in', + png => 'pngcairo noenhanced size 1024,768 transparent crop font ",12"', + svg => 'svg noenhanced solid dynamic size 800,600 font ",14"', gp => 'gp'); if( !defined $options{terminal} && @@ -2005,7 +2005,7 @@ instance, to plot 1% of the data, pass a factor of 100. =item -C<--everyallID factor> +C<--everyall factor> Decimates the input. This works exactly like C<--every>, except it applies to I the curves. @@ -2309,7 +2309,7 @@ in a Thinkpad. =head2 Plotting a live histogram of the ping round-trip times for the past 20 seconds - $ ping -A -D 8.8.8.8 | + $ ping -D 8.8.8.8 | perl -anE 'BEGIN { $| = 1; } $F[0] =~ s/[\[\]]//g or next; $F[7] =~ s/.*=//g or next;