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.
\polypmIIId is a macro that should be defined as
\def\polypmIIId#1{\pspolygon[linestyle=none,fillstyle=solid,fillcolor=PST@[EMAIL PROTECTED]
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


|