From df53ae9067d9a330b3bc3dc8b34d2631be7f0b6c Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Wed, 12 May 2010 02:30:51 -0700 Subject: [PATCH] larger png image output by default --- feedGnuplot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feedGnuplot.pl b/feedGnuplot.pl index 1f75478..4ae5e24 100755 --- a/feedGnuplot.pl +++ b/feedGnuplot.pl @@ -248,7 +248,7 @@ sub mainThread { my %terminalOpts = ( ps => 'postscript solid color landscape 10', pdf => 'pdfcairo solid color font ",10" size 11in,8.5in', - png => 'png' ); + png => 'png size 1280,1024' ); print PIPE "set terminal $terminalOpts{$outputfileType}\n"; print PIPE "set output \"$outputfile\"\n";