mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
Merge branch 'master' into debian
This commit is contained in:
commit
b8b448e256
6
Changes
6
Changes
@ -1,3 +1,9 @@
|
|||||||
|
feedgnuplot (1.44)
|
||||||
|
|
||||||
|
* --image draws its output beneath everything else
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Tue, 20 Jun 2017 16:44:30 -0700
|
||||||
|
|
||||||
feedgnuplot (1.43)
|
feedgnuplot (1.43)
|
||||||
|
|
||||||
* Added --image
|
* Added --image
|
||||||
|
@ -15,7 +15,7 @@ use Text::ParseWords; # for shellwords
|
|||||||
use Pod::Usage;
|
use Pod::Usage;
|
||||||
use Time::Piece;
|
use Time::Piece;
|
||||||
|
|
||||||
my $VERSION = 1.43;
|
my $VERSION = 1.44;
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
@ -438,7 +438,7 @@ sub interpretCommandline
|
|||||||
die "Couldn't read image '$options{image}'";
|
die "Couldn't read image '$options{image}'";
|
||||||
}
|
}
|
||||||
|
|
||||||
push @{$options{equation}}, qq{"$options{image}" binary filetype=auto flipy with rgbimage};
|
unshift @{$options{equation}}, qq{"$options{image}" binary filetype=auto flipy with rgbimage};
|
||||||
delete $options{image};
|
delete $options{image};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user