Return to Snippet

Revision: 41864
at February 24, 2011 03:09 by alin


Initial Code
\usetikzlibrary{shapes}
\begin{tikzpicture}
\draw (0,0) node(a) [rectangle, draw] {a}
		  (3,-1) node(b) [circle, draw] {b};
\draw (a) -- (b);
\end{tikzpicture}

Initial URL


Initial Description


Initial Title
line between the edges of two nodes

Initial Tags


Initial Language
LaTeX