[pstricks] some questions concerning labels in pst-3dplot
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Mon Apr 18 19:40:34 CEST 2011
Am 18.04.2011 17:52, schrieb Doris Behrendt:
> I want to label a point set with \pstThreeDDot (or alternatively set
> with \pstThreeDNode), but as far as I can see, there ist no possibility
> to adjust the distance of the label to the point;
> I am using \psset{coorType=2}, i.e. dimetric parallel axonomy or, what
> is the same, dimetric cavalier axonomy;
>
> so I don't want the labels of the axes rotated in any way, nor in any
> perspective view; how is this possilble?
use it this way:
\documentclass{article}
\usepackage{pst-3dplot}
\begin{document}
\pstThreeDNode(3,-2,1){A}
\pstThreeDDot[drawCoor](3,-2,1)
\uput{10pt}[180](A){$A$}
\end{document}
Herbert
More information about the PSTricks
mailing list