Code: Select all
\rput(1,1){\circlenode{A}{A}}
\rput(4,8){\circlenode{B}{B}}
\ncline{A}{B}
So far I could only manage to get the midpoint of segment AB with \pmode, but how to get to an exact position on that line?
I don't have the coordinates of A and B to compute the point manually as I create those nodes with pst-tree commands.
Thanks for any advice