pin anchors

View: New views
1 Messages — Rating Filter:   Alert me  

pin anchors

by Stefan Pinnow :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear all,
is there a way to change the anchor of the pin node (the node with the content
"test")? It seems that the pin edge can only show to the center of the pin node.

\documentclass{article}
    \usepackage{tikz}
\begin{document}
    \begin{tikzpicture}[
        every pin/.style={anchor=west},
        every pin edge/.style={anchor=west},
    ]
        \node [pin=60:test]
            at (0,1) {};
        \node [pin={[anchor=west]60:test}]
            at (0,0) {};
    \end{tikzpicture}
\end{document}


Best regards
Stefan Pinnow


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
pgf-users mailing list
pgf-users@...
https://lists.sourceforge.net/lists/listinfo/pgf-users

smime.p7s (5K) Download Attachment