[pstricks] \parametricplotThreeD with postscript arguments

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sun Nov 8 09:35:39 CET 2015


Am 07.11.2015 um 17:00 schrieb Poul Riis:
> I cannot make\parametricplotThreeD[...](0,360){...}accept postscript
> values for the minimum and maximum parameter values -
> \parametricplotThreeD[...](!0 360){...}
> does not work. Is it somehow possible?

The values are passed directly to PostScript:


\documentclass{article}
\usepackage{pst-3dplot}
\begin{document}

\begin{pspicture}(-3.25,-2.25)(3.25,5.25)
\pstThreeDCoor[zMax=5]
\parametricplotThreeD[xPlotpoints=200,
linecolor=blue,
linewidth=1.5pt,plotstyle=curve](0, Pi dup exp 100 mul){%
	2.5 t cos mul 2.5 t sin mul t 600 div}%degrees
\end{pspicture}

\end{document}


Herbert



More information about the PSTricks mailing list