no longer hardcoding 'x11' as the default terminal

This commit is contained in:
Dima Kogan 2012-07-24 17:38:22 -07:00
parent 7141538258
commit e14b57b6ad

View File

@ -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