summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Doyle.tex
blob: 4f6a55c1fc981a20b265a44bc3e043404776ca95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
\newpage\section{Doyle}\label{doyle}
%<––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––>
%<–––––––––––––––––––––––––––––    Doyle  ––––––––––––––––––––––––––––––––>
%<––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––>
\begin{NewMacroBox}{grDoyle}{\oarg{options}}

\medskip
From MathWord : \url{http://mathworld.wolfram.com/DoyleGraph.html}  

\emph{The Doyle graph, sometimes also known as the Holt graph (Marušič et al. 2005), is the symmetric quartic graph on 27 nodes illustrated. It is a Symmetric Graph. Three embeddings are illustrated below.}
\href{http://mathworld.wolfram.com/topics/GraphTheory.html}%
           {\textcolor{blue}{MathWorld}} by \href{http://en.wikipedia.org/wiki/Eric_W._Weisstein}%
           {\textcolor{blue}{E.Weisstein}}

\medskip
The Doyle graph is implemented in \tkzname{tkz-berge} as \tkzcname{grDoyle} with three forms.
\end{NewMacroBox}

\subsection{\tkzname{The Doyle graph : form 1}}
\begin{center}
\begin{tkzexample}[vbox]
\begin{tikzpicture}[scale=.6] 
  \GraphInit[vstyle=Shade]
  \SetGraphShadeColor{red}{Maroon}{fondpaille}  
  \SetVertexNoLabel  
  \grDoyle[RA=7,RB=5,RC=3]
 \end{tikzpicture}
\end{tkzexample} 
\end{center}

\vfill\newpage
\subsection{\tkzname{The Doyle graph : form 2}}

\begin{center}
\begin{tkzexample}[vbox]
\begin{tikzpicture}
   \GraphInit[vstyle=Shade]
   \SetGraphShadeColor{red}{Magenta}{white} 
   \SetVertexNoLabel
   \grDoyle[form=2,RA=7]
 \end{tikzpicture}
\end{tkzexample} 
\end{center}

\vfill\newpage
\subsection{\tkzname{The Doyle graph : form 3}}
\begin{center}
 \begin{tkzexample}[vbox]
\begin{tikzpicture} 
  \SetGraphArtColor{red}{Magenta}{red}
   \GraphInit[vstyle=Shade]
   \SetVertexNoLabel 
   \grDoyle[form=3,RA=7,RB=2]
 \end{tikzpicture}
\end{tkzexample} 
\end{center}


\vfill\newpage

\subsection{27 nodes but not isomorphic to the Doyle graph}

\begin{center}
\begin{tkzexample}[vbox]
\begin{tikzpicture}[scale=.6] 
   \tikzstyle{VertexStyle} = [shape           = circle,
                              ball color      = gray!60,
                              minimum size    = 16pt,draw]
   \tikzstyle{EdgeStyle}   = [thick,color=black,%
                              double          = orange,%
                              double distance = 1pt] 
   \SetVertexNoLabel
   \grCycle[RA=7.5]{9}
   \grEmptyCycle[prefix=b,RA=5.5]{9}
   \grCirculant[prefix=c,RA=3.5]{9}{4}
   \EdgeIdentity{b}{c}{9}
   \EdgeMod{a}{c}{9}{1}
   \EdgeMod{a}{b}{9}{1}
   \EdgeInGraphMod{b}{9}{2}
   \end{tikzpicture}
\end{tkzexample} 
\end{center}


\endinput