[feedgnuplot] 06/10: --image now produces a nicer legend: just the filename

Dima Kogan dima at secretsauce.net
Sun Oct 29 21:09:28 UTC 2017


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

dkogan pushed a commit to annotated tag debian/1.45-1
in repository feedgnuplot.

commit 7b3040ecc9435d7d6c7d1950d9d818500fc27755
Author: Dima Kogan <dima at secretsauce.net>
Date:   Wed Oct 11 18:32:15 2017 -0700

    --image now produces a nicer legend: just the filename
---
 bin/feedgnuplot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/feedgnuplot b/bin/feedgnuplot
index 18fb7ca..0f39948 100755
--- a/bin/feedgnuplot
+++ b/bin/feedgnuplot
@@ -439,7 +439,7 @@ sub interpretCommandline
           die "Couldn't read image '$options{image}'";
       }
 
-      unshift @{$options{equation}}, qq{"$options{image}" binary filetype=auto flipy with rgbimage};
+      unshift @{$options{equation}}, qq{"$options{image}" binary filetype=auto flipy with rgbimage title "$options{image}"};
       delete $options{image};
   }
 }

-- 
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