mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
no longer hardcoding 'x11' as the default terminal
This commit is contained in:
parent
7141538258
commit
e14b57b6ad
@ -276,10 +276,6 @@ sub mainThread
|
|||||||
print PIPE "set terminal $terminalOpts{$outputfileType}\n";
|
print PIPE "set terminal $terminalOpts{$outputfileType}\n";
|
||||||
print PIPE "set output \"$outputfile\"\n";
|
print PIPE "set output \"$outputfile\"\n";
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
print PIPE "set terminal x11\n";
|
|
||||||
}
|
|
||||||
|
|
||||||
# If a bound isn't given I want to set it to the empty string, so I can communicate it simply to
|
# If a bound isn't given I want to set it to the empty string, so I can communicate it simply to
|
||||||
# gnuplot
|
# gnuplot
|
||||||
|
Loading…
Reference in New Issue
Block a user