[feedgnuplot] 02/13: No enhanced text mode in hardcopies, slightly larger font size

Dima Kogan dima at secretsauce.net
Sun Oct 16 03:55:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to branch debian
in repository feedgnuplot.

commit f8ed4615712ab4f2dc8576a9ccb1baa05496c7ff
Author: Dima Kogan <Dmitriy.Kogan at jpl.nasa.gov>
Date:   Mon Jul 11 10:11:06 2016 -0700

    No enhanced text mode in hardcopies, slightly larger font size
---
 bin/feedgnuplot | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/feedgnuplot b/bin/feedgnuplot
index af71a35..d4ffd0e 100755
--- a/bin/feedgnuplot
+++ b/bin/feedgnuplot
@@ -497,11 +497,11 @@ sub mainThread
       }
 
       my %terminalOpts =
-      ( eps  => 'postscript solid color enhanced eps',
-        ps   => 'postscript solid color landscape 10',
-        pdf  => 'pdfcairo solid color font ",10" size 11in,8.5in',
-        png  => 'png size 1280,1024',
-        svg  => 'svg');
+      ( eps  => 'postscript noenhanced solid color enhanced 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');
 
       if( !defined $options{terminal} &&
            defined $outputfileType    &&

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feedgnuplot.git



More information about the debian-science-commits mailing list