[pstricks] ArrowInside {pstricks-add}
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Thu Oct 29 00:37:14 CET 2009
Scourat Mikita schrieb:
> I've got some questions about pstricks-add. About arrows inside objects.
> Does "ArrowInside" and the related options work with \psplot or \psellipse
> (etc)? If not, how to draw a plot with lots of inside arrows?
> [I've got such a code:
> \psellipse[linewidth=1pt,nodesep=1pt,ArrowInside=->,ArrowInsideNo=1](0,0)(0.73,0.4).
> And it doesn't work...]
\documentclass[a4paper]{article}
\usepackage{pstricks-add}
\begin{document}
\psellipse[linewidth=1pt](0,0)(0.73,0.4)%
\psellipticarc[linewidth=1pt,arrows=->,arrowscale=2](0,0)(0.73,0.4){0}{90}
\end{document}
ArrowInside works only for the macros described in
the manual of pstricks-add
Herbert
More information about the PSTricks
mailing list