Erik Luijten wrote:
> Hi,
>
> I just wanted to report a minor mistake in the gnuplot help regarding
> the PDF term. The helpfile states:
>
> Syntax:
> set terminal pdf {fname "<font>"} {fsize <fontsize>}
> {{no}enhanced}
>
> However, this does not work. The correct syntax is:
>
> set terminal pdf {{no}enhanced}
> {fname "<font>"} {fsize <fontsize>}
The syntax is fine as it was. If a command using the order suggested by
it doesn't work, that's a bug in the implementation, not in the docs.
|