[pstricks] Misplaced node connection labels

Ed Symanzik zik at msu.edu
Fri Mar 16 16:54:45 CET 2007


When I try to label nclines all the labels get stacked in the bottom corner.

Any idea what might be wrong?

% Example 4-6-27
\documentclass{article}
\usepackage{pstricks,pst-node}
\begin{document}
\begin{pspicture}(0,0)(5,2.5)
  \begin{psmatrix}[rowsep=1.5cm]
                  & City  &\\
    {\tiny Shack} & House & {\Large Hotel}
    \psset{arrows=<<-}
    \ncline{1,2}{2,1}<{a}
   \ncline{1,2}{2,2}>{b}
   \ncline{1,2}{2,3}>{b}
   \psset{arrows=-,linestyle=dotted}
   \ncline{2,1}{2,2}
   \ncline{2,2}{2,3}
  \end{psmatrix}
\end{pspicture}
\end{document}

--
Ed Symanzik



More information about the PSTricks mailing list