mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
only set X11 terminal if we're not making a hardcopy
Ignore-this: 72ff2e9c96debe696944ad584eec32fd darcs-hash:20090915191359-0cb85-21cb3091eedfb7c69818028340b89f050e4fea7e.gz
This commit is contained in:
parent
5bf3b09d0c
commit
33f62a8438
@ -134,8 +134,11 @@ sub mainThread {
|
|||||||
$temphardcopyfile = "/tmp/$temphardcopyfile";
|
$temphardcopyfile = "/tmp/$temphardcopyfile";
|
||||||
print PIPE "set output \"$temphardcopyfile\"\n";
|
print PIPE "set output \"$temphardcopyfile\"\n";
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
print PIPE "set terminal x11\n";
|
||||||
|
}
|
||||||
|
|
||||||
print PIPE "set terminal x11\n";
|
|
||||||
print PIPE "set xtics\n";
|
print PIPE "set xtics\n";
|
||||||
if($options{"y2"})
|
if($options{"y2"})
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user