|
From: Hans-Bernhard B. <br...@ph...> - 2005-09-22 15:21:31
|
Dmitri A. Sergatskov wrote:
> Hans-Bernhard Broeker wrote:
>> This is not really a bug, but intended behaviour. gnuplot terminal
>> drivers save settings internally, so going to some other driver and
>> then back will give you the previously used driver in the same state
>> is was in before. Users can't seem to make up their mind whether they
>> like this or not...
> Ok, in that case how do I undo "eps" setting for the file foo.ps in
> the following script?
RTFM ('help postscript'):
Syntax:
set terminal postscript {<mode>} {enhanced | noenhanced}
[...]
where <mode> is landscape, portrait, eps or default
Select one of the others, and 'eps' will be turned off. The "default"
setting may only actually work in the CVS version, not in 4.0
|