mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
--image now produces a nicer legend: just the filename
This commit is contained in:
parent
b59137c255
commit
7b3040ecc9
@ -439,7 +439,7 @@ sub interpretCommandline
|
|||||||
die "Couldn't read image '$options{image}'";
|
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};
|
delete $options{image};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user