[pstricks] problem with overlapping dashed lines (or dotted lines.)

Herbert Voss Herbert.Voss at alumni.TU-Berlin.DE
Sat Aug 2 11:05:36 CEST 2003


Herbert Voss schrieb:

> You could use special coordinates like P(A|B), where A defines
> the x and B the y-coordinate. Together with the ABinterCD
> macro you'll get the inetrsection points.

I should thought about what I wrote ...
there is no need for the intersec macro

Herbert

\listfiles
\documentclass[a4paper]{article}
\usepackage{pstricks}
\usepackage{pst-node}
\begin{document}

\SpecialCoor
\psset{linestyle=dashed, dotsep=2pt, dash=3pt 2pt,%
	arrows=*-*}
\begin{pspicture}(10,5)
\pnode(0,3){A}
\pnode(1,0){F1}
\pnode(3,0){F2}
\pnode(5,0){F3}
\psline(A)(F3|A)(F3)
\psline(F2|A)(F2)
\psline(F1|A)(F1)
\end{pspicture}

\end{document}




More information about the PSTricks mailing list