mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-20 12:48:07 +08:00
--image now produces a nicer legend: just the filename
This commit is contained in:
@@ -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};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user