UPDATE: This example no longer works with the latest versions of tkz-graph and tkz-berge. For an updated version see this post at my new blog.
\begin{tikzpicture}\SetVertexNormal[LineColor=brown]\Vertex[x=0,y=2.5,style=orange,LabelOut=true,Lpos=90]{A}{\tikzstyle{every node} = [node distance=1.5cm] \Vertices[x=1.5,y=4,dir=\SO,LabelOut=true,Ldist=5pt]{B,C,D}}\Vertices[x=3,y=5,dir=\SO,style={shape=coordinate}]{E,F,G,H,I,J}\Vertices[x=4.5,y=5,dir=\SO,style={font=\bfseries}]{K,L,M,N,O,P}{\tikzstyle{every node} = [node distance=1.5cm] \Vertices[x=6,y=4,dir=\SO, style={line width=2pt, inner sep=0pt, text=purple, fill=yellow, minimum size=12pt}]{Q,R,S}}\Vertex[x=7.5,y=2.5,style={shape=rectangle,blue}]{T}\Edges[color=red,lw=2pt](A,B,E,K,Q,T,S,P,J,D,A)\Edges(B,G,L,R,T)\Edges(D,H,O,R)\Edges(A,C,F,M,Q)\Edges(C,I,N,S)\foreach \x/\y in {E/F,G/H,I/J,K/L,M/N,O/P}{\Edge(\x)(\y)}\Edge[style={bend left}](G)(N)\Edge[style={bend right}](A)(T)\end{tikzpicture}
See also: Original Source by Rafael
Note: The copyright belongs to the blog author and the blog. For the license, please see the linked original source blog.
Leave a Reply
You must be logged in to post a comment.