mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2026-01-08 01:11:05 +08:00
larger png image output by default
This commit is contained in:
@@ -248,7 +248,7 @@ sub mainThread {
|
|||||||
my %terminalOpts =
|
my %terminalOpts =
|
||||||
( ps => 'postscript solid color landscape 10',
|
( ps => 'postscript solid color landscape 10',
|
||||||
pdf => 'pdfcairo solid color font ",10" size 11in,8.5in',
|
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 terminal $terminalOpts{$outputfileType}\n";
|
||||||
print PIPE "set output \"$outputfile\"\n";
|
print PIPE "set output \"$outputfile\"\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user