From 7b3040ecc9435d7d6c7d1950d9d818500fc27755 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Wed, 11 Oct 2017 18:32:15 -0700 Subject: [PATCH] --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}; } }