[pstricks] Calculations & parametricplotThreeD - Change in Behavior

Hensh, Richard hensh at math.msu.edu
Fri Nov 13 06:37:40 CET 2009


Herbert,

It works like a charm. Once again, thank you.

BTW, can you update me on the status of the English translation of your book.

regards
rick

________________________________________
From: pstricks-bounces at tug.org [pstricks-bounces at tug.org] On Behalf Of Herbert Voss [Herbert.Voss at FU-Berlin.DE]
Sent: Thursday, November 12, 2009 2:28 PM
To: pstricks at tug.org
Subject: Re: [pstricks] Calculations & parametricplotThreeD - Change in Behavior

Am 12.11.2009 14:53, schrieb Hensh, Richard:

> Has there been a change in the behavior of pst-3dplot? Specifically, it appears that one can use calculated values on the t-coordinate interval but not the u interval.
>
> The code below (minimal example) illustrates the problem.

try this pst-3düplot.tex, it has an optional argument CoorCheck
http://archiv.dante.de/~herbert/PSTricks-TDS/tex/generic/pst-3dplot/

\listfiles
\documentclass[10pt]{article}%
\usepackage{pst-3dplot}%

\begin{document}

%%Works just fine.
\parametricplotThreeD[linecolor=blue](0,3.1415 2 div){%
    t %
    t %
    0}%

%%Doesn't compile.
\parametricplotThreeD[linecolor=blue,CoorCheck=false](0,1.57)(0,3.1415 2
div){%
    t %
    t %
    0}%

\end{document}

Herbert
_______________________________________________
PSTricks mailing list
PSTricks at tug.org
http://tug.org/mailman/listinfo/pstricks
archive: http://www.tug.org/pipermail/pstricks/


More information about the PSTricks mailing list