sfeam schrieb:
> 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.
I played around a bit with the PSTricks driver code. The problem that I
had was, that the PSTricks driver works only with gray scales and fixed
transforms.
Concerning the 'filledcurve' this is a bug in the PSTricks driver:
The driver still relies on the filled_polygon() function to be used only
for the pm3d style. In that case make_palette() is executed before any
occurrence of filled_polygon.
However, as of august 2005 the filled_polygon() is also used for other
purposes besides the pm3d stuff. I will open a bug in the next days and
see if can fix it.
Christoph


|