[pstricks] pst-3dplot again

Goebel, Juergen, OPE26 juergen.goebel at eads.com
Mon Dec 5 11:17:14 CET 2005


Hi,

I seem to have some more problems with the pst-3dplot-package.

In the following example 

\documentclass{scrartcl}
\usepackage{pstricks}
\usepackage{pst-3dplot}
\savedata{\psdata}[{1,1,0},{1,2,0},{1,3,0},{2,1,0},{2,2,1},{2,3,0},{3,1,0},{3,2,0},{3,3,0}]
\begin{document}
 \begin{pspicture}(-2,-2)(2,2)
  \pstThreeDCoor
  \listplotThreeD[drawStyle=xLines]{\psdata}
 \end{pspicture}
\end{document}

the option drawStyle shows no effect, regardless which value it gets. But the manual
says 'the possible options for the lines are the ones from table 2' and drawStyle is
one of those.

Even more disturbing, running the example

\documentclass{scrartcl}
\usepackage{pstricks}
\usepackage{pst-xkey}
\usepackage{pst-3dplot}
\usepackage{pstricks-add}
\savedata{\psdata}[{1,1,0},{1,2,0},{1,3,0},{2,1,0},{2,2,1},{2,3,0},{3,1,0},{3,2,0},{3,3,0}]
\begin{document}
 \begin{pspicture}(-2,-2)(2,2)
  \pstThreeDCoor
  \listplotThreeD[drawStyle=xLines]{\psdata}
 \end{pspicture}
\end{document}

results in the error message

! keyval: drawStyle undefined.
\KV at err #1->\errmessage {keyval: #1}

l.10   \listplotThreeD[drawStyle=xLines]{\psdata}


I have to admit, that I'm somewhat confused. Any hints?

Regards,

Jürgen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tug.org/pipermail/pstricks/attachments/20051205/44e96227/attachment.html 


More information about the PSTricks mailing list