[pstricks] Arrows with Bezier Curves

Herbert Voss Herbert.Voss at FU-Berlin.DE
Mon Jun 3 09:32:43 CEST 2013


Am 03.06.2013 00:24, schrieb Nitecki, Zbigniew H.:
> (My apologies for the earlier, premature post).
> I want to draw curves with specified asymptotes (for which I am using Bezier#), with directions shown by arrowheads.
>
> The following source code

while (true) { provide _always_ complete example documents! }

\documentclass{article}
\usepackage{pst-func}
\begin{document}

\begin{pspicture}(0,0)(10,4.5)
\psline[linewidth=1.5pt, arrows=->](1,1)(1,4)
\psline[linestyle=dashed](2,1)(2,4)
\psline[linestyle=dashed](4,1)(4,4)
\psline[linewidth=1.5pt,arrows=->](5,4)(5,1)
\psBezier5[linewidth=1.5pt,arrows=->](1.1,4.0)(1.1,3.0)(1.5,1.5)(1.6,1)(1.8,1)(2,1)
\psline[linewidth=1.5pt](2,1)(4,1)
\psBezier5[linewidth=1.5pt](4,1)(4.2,1)(4.4,1)(4.5,1.5)(4.9,3)(4.9,4)
\end{pspicture}

\end{document}

works with the pst-func.pro from

http://texnik.dante.de/dvips/pst-func/

there was a bug with the end arrow.

Herbert


-------------- next part --------------
A non-text attachment was scrubbed...
Name: Bildschirmfoto vom 2013-06-03 09:29:36.png
Type: image/png
Size: 3866 bytes
Desc: not available
URL: <http://tug.org/pipermail/pstricks/attachments/20130603/900e17b4/attachment.png>


More information about the PSTricks mailing list