[pstricks] 3d "arrows"
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Sat Jan 1 22:53:43 CET 2011
Am 01.01.2011 20:28, schrieb Per Ting:
> Happy new year to you too. The version is correct it says:
> \def\fileversion{1.25}
> \def\filedate{2010/11/27}
>
> but I still get the error message.
then we have go on step by step:
run this example. If you get an error, then put the files
pst-plot.tex|sty, pstricks.sty|tex|pro, and pst-fp.tex
into an test directory together with the test doc and run
it.
Herbert
\listfiles
\documentclass{minimal}
\pagestyle{empty}
\usepackage{pst-plot}\SpecialCoor
\begin{document}
\begin{pspicture}(-2,-2)(4,3)
\psaxes[linewidth=1.2pt, labels=none,
ticks=none]{->}(0,0)(-2,-2)(4,3)[$x$,-90][$y$,180]
\psplot[algebraic=true,plotpoints=1000,arrows=<->]{-0.6}{3}{2*(ln(x+1))}
\psline[linestyle=dashed](-1,3)(-1,-2)
\psline(2,0)(2,2.197224578)
\pscustom[fillstyle=vlines,linestyle=none]{%
\psplot[algebraic=true,plotpoints=1000]{0}{2}{2*(ln(x+1))}
\psline(2,0)(0,0)}
\end{pspicture}
\end{document}
More information about the PSTricks
mailing list