|
From: Dmitri A. S. <das...@gm...> - 2005-09-22 15:51:45
|
Hans-Bernhard Broeker wrote:
>
> 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
>
Thanks, this works.
I do not know which FM you are referring to, mine says the following
(from 1 hour ago CVS):
gnuplot> help postscript
Several options may be set in the `postscript` driver.
Syntax:
set terminal postscript {landscape | portrait | eps}
{enhanced | noenhanced}
{defaultplex | simplex | duplex}
{fontfile [add | delete] "<filename>"
| nofontfiles}
{default}
{level1 | leveldefault}
{color | colour | monochrome}
{solid | dashed}
{dashlength | dl <DL>}
{linewidth | lw <LW>}
{rounded | butt}
{palfuncparam <samples>{,<maxdeviation>}}
{blacktext | colortext | colourtext}
{"<fontname>"} {<fontsize>}
...
Though, perhaps, one can deduce that "default" option reverses
"eps" it is not that obvious to me.
Sincerely,
Dmitri.
|