[pstricks] color of labels in 3dplot

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sun Apr 14 12:05:03 CEST 2013


On 14.04.2013 11:16, Doris Behrendt wrote:

> how can I change the color of labels in pst-3dplot? in the 2d-case I can use \labelFontSize=\color{asdf}, but pst-3dplot seems to ignore this …

\documentclass[ngerman]{beamer}
\usepackage{etex}
\usepackage{pst-3dplot}
\def\psxyzlabel#1{\bgroup\color{blue}\footnotesize\textsf{#1}\egroup}

\begin{document}

\begin{frame}
\psframebox{%
\begin{pspicture}(-5,-2.5)(5,2.5)
\pstThreeDCoor[IIIDlabels,IIIDticks]
\end{pspicture}}
\end{frame}
\end{document}


Herbert



More information about the PSTricks mailing list