The MWE example below does everything I want it to do, except the line
\tlput{$\delta$}
does nothing. I want the $\delta$ to the left of the dashed line.
Here is the MWE:
\documentclass{article}
\usepackage{pst-node}
\begin{document}
\begin{figure}
\centering
\psmatrix[colsep=0.3cm,rowsep=.4cm,mnode=circle]
[mnode=dot,dotscale=.00001] \\
[mnode=dot,dotscale=.00001] & [mnode=dot,dotscale=.00001] & [mnode=dot,dotscale=.00001] \\
[mnode=r] && [mnode=r]
\ncline{1,1}{2,2}
\taput{$\Pi$}
\tlput{$M_{3}$}
\ncline{2,2}{3,1}
\tlput{$M_{1}$}
\ncline{2,2}{3,3}
\trput{$M_{2}$}
\psset{linestyle=dashed}\ncline{2,1}{2,3}
\tlput{$\delta$}
\endpsmatrix
\end{figure}
\end{document}
Thanks.

\deltais to the left of the dashed line. Perhaps you have some outdated packages? In order to see the package versions you're running with, see Which package version am I using? Then include the contents of\listfilesto your post. Alternatively, just update your TeX distribution completely, try again and report back. – Werner Apr 04 '14 at 06:04