[pstricks] pst-3dplot

Pedro Jorge Caridade caridade at qta.qui.uc.pt
Thu Jan 3 14:40:52 CET 2008


Happy new year to everyone in the pstricks list, and all the best in 2008!
I'm using pst-3dplot to make some schematic representation of a 
molecular cluster. My problem is that the pstThreeDPut is giving some 
strange (very strange!) result. Consider the minimal example:
\listfiles
\documentclass{article}
\usepackage{pstricks}
\usepackage{pst-3dplot}
\pagestyle{empty}
\begin{document}
\begin{pspicture}(-0.5\textwidth,-0.5\textheight)(0.5\textwidth,0.5\textheight)
\pstThreeDCoor[xMin=-2,yMin=-2,zMin=-2,xMax=2,yMax=2,zMax=2,IIIDticks]
\pstThreeDPut(1.5,0.0,0.0){1}
\pstThreeDPut(1.5,1.5,1.5){2}
\end{pspicture}
\end{document}

The label "1" is in the proper position, while "2" in my humble opinion 
is not. It should be 1.5 in x, 1.5 in y and 1.5 in z. Of course it can 
be due to the matrix rotation, but is strange to me, and looses 
completely the sense of the 3D perspective. Is the behavior ok?
I'm running a TexLive 2007 and the list file is:

 article.cls    2005/09/16 v1.4f Standard LaTeX document class
  size10.clo    2005/09/16 v1.4f Standard LaTeX file (size option)
pstricks.sty    2006/08/10 v0.32 LaTeX wrapper for `PSTricks' (RN,HV)
pstricks.tex    2006/12/22 v1.15 `PSTricks' (tvz)
  xcolor.sty    2007/01/21 v2.11 LaTeX color extensions (UK)
   color.cfg    2007/01/18 v1.5 color configuration of teTeX/TeXLive
   dvips.def    1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
pst-3dplot.sty    2006/02/07 package wrapper for pst-3dplot.tex (hv)
pst-3dplot.tex    2007/10/03 v1.77 `PST-3dplot' (hv)
pst-xkey.tex    2005/11/25 v1.6 PSTricks specialization of xkeyval (HA)
 xkeyval.sty    2006/11/18 v2.5f package option processing (HA)
 xkeyval.tex    2006/11/18 v2.5f key=value parser (HA)
 
Pedro






More information about the PSTricks mailing list