Christoph Bersch wrote:
> Scott schrieb:
>> I'm trying to create a LaTeX-compatible file from a plot that uses
>> filledcurve.
>>
>> Processing the resulting file (using \input in my do***ent) produces a
>> pstricks object that appears to be undefined:
>>
>> ! Undefined control sequence.
>> l.1062 \polypmIIId
>> {0}(0.159,0.4881)(0.159,0.4881)(0.161,0.4912)
>> (0.1629,0.494...
>>
>
> This seems to be a bug in the pstricks terminal driver. The code of the
> PSTRICKS_make_palette function is not executed.
There was a palette initialization bug in earlier versions of gnuplot
that is fixed in the current version 4.2.4.
I do not recall that anyone re****ted a problem specifically with
pstricks, but many other drivers were affected so it is quite possible
that you are hitting the same bug.
> \polypmIIId is a macro that should be defined as
> \def\polypmIIId#
{\pspolygon[linestyle=none,fillstyle=solid,fillcolor=PST@[EMAIL PROTECTED]
>
> But if you insert only this into your file, it complains about
> \PST@[EMAIL PROTECTED]
missing (this gets defined also in the same terminal
> function). I encountered a similar error when using the pstricks driver
> with pm3d (missing \PST@[EMAIL PROTECTED]
)
> However, I have no idea why the function is not executed. Maybe someone
> else can tell.
>
> Christoph


|