[pstricks] pst-3dplot and algebraic
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Thu Feb 7 17:54:20 CET 2008
Markus schrieb:
> There is a strange behavior (at least my system) with pst-3dplot and
> pstricks-add and algebraic=true
>
> \listfiles
> \documentclass{article}
> \usepackage[svgnames,dvipsnames]{pstricks} % Basispaket
> \usepackage{pst-3dplot} % Dreidimensionale Zeichnungen
> \usepackage{pstricks-add} % Additional macros for
> pstricks/pst-node/pst-plot
> \begin{document}
> \psplot{-5}{5}{x x 2 exp mul x 4 sub 2 exp mul}
> \psplot[algebraic]{-5}{5}{x^2*x}
> \psplot[algebraic=true,linewidth=1.25pt]{-.7186081719}{6}{.1250000000*x*(x-4.)^2}
try this:
\psplot[algebraic,linewidth=1.25pt]{-.7186081719}{6}{.1250000000*x*(x-4.)^2}
Herbert
More information about the PSTricks
mailing list