Path: blob/main/paper/figures/CoverRelRFFig.tex
1017 views
%author : berenice delcroix-oger12\documentclass[border=2pt]{standalone}3\usepackage{tikz}4\usetikzlibrary{positioning, fit, shapes, arrows, calc}56\pgfdeclarelayer{bg} % declare background layer7\pgfsetlayers{bg,main} % set the order of the layers (main is the standard layer)89\newcommand{\coula}{0785F2}10\newcommand{\coulb}{F29F05}11\newcommand{\coulc}{F21313}12\newcommand{\could}{E6F21F}1314\definecolor{bleu}{HTML}{0000FF}15\definecolor{vert}{HTML}{39B44B}16\definecolor{rouge}{HTML}{FF0000}171819\definecolor{part1}{HTML}{\coula}20\definecolor{part2}{HTML}{\coulb}21\definecolor{part3}{HTML}{\coulc}22\definecolor{part4}{HTML}{\could}2324\begin{document}25\begin{tikzpicture}26\node(1) {$F=$\begin{tikzpicture}[grow=up, inner sep=1pt, outer sep=0pt, level distance=1cm, sibling distance=15pt, baseline=1.4cm]27\node[draw, circle] {$1$}28child[thick]{node[circle, fill=bleu, fill opacity=0.4, text opacity=1, anchor=center] {$5$}29child{node[circle, fill=vert, fill opacity=0.4, text opacity=1, anchor=center] {$3$}}30child{node[circle, fill=red, fill opacity=0.4, text opacity=1, anchor=center] {$4$}}31};32\end{tikzpicture}33\begin{tikzpicture}[grow=up, inner sep=1pt, level distance=1cm, sibling distance=15pt, outer sep=0pt, baseline=1.4cm]34\node[draw, circle] {$2$}35child[thick]{node[circle, fill=bleu, fill opacity=0.4, text opacity=1, anchor=center] {$6$}36child{node[circle, fill=rouge, fill opacity=0.4, text opacity=1, anchor=center] {$7$}37child{node[circle, fill=vert, fill opacity=0.4, text opacity=1, anchor=center] {$8$}}}38}39child[thick]{node[circle, fill=rouge, fill opacity=0.4, text opacity=1, anchor=center] {$9$}}40;41\end{tikzpicture}42};43\node[right=1cm of 1](2) {44\begin{tikzpicture}[grow=up, inner sep=1pt, outer sep=0pt, level distance=1cm, sibling distance=15pt, baseline=.9cm]45\node[draw, circle] {$1$}46child[thick]{node[circle, fill=bleu, fill opacity=0.4, text opacity=1, anchor=center] {$5$}47child{node[circle, fill=vert, fill opacity=0.4, text opacity=1, anchor=center] {$3$}}48child{node[circle, fill=red, fill opacity=0.4, text opacity=1, anchor=center] {$4$}}49};50\end{tikzpicture}51\begin{tikzpicture}[grow=up, inner sep=1pt, level distance=1cm, sibling distance=15pt, outer sep=0pt, baseline=.9cm]52\node[circle, fill=bleu, fill opacity=0.4, text opacity=1] {$2$}53child[thick]{node[circle, fill=rouge, fill opacity=0.4, text opacity=1, anchor=center] {$6$}54child{node[thin, draw, circle, text opacity=1, anchor=center] {$7$}55child{node[circle, fill=vert, fill opacity=0.4, text opacity=1, anchor=center] {$8$}}}56}57child[thick]{node[circle, fill=rouge, fill opacity=0.4, text opacity=1, anchor=center] {$9$}}58;59\end{tikzpicture}60};61\draw[->] (1) edge[->] node[above] {(2)} (2);62\node[right=1cm of 2](3) {63\begin{tikzpicture}[grow=up, inner sep=1pt, outer sep=0pt, level distance=1cm, sibling distance=15pt, baseline=.9cm]64\node[draw, circle] {$1$}65child[thick]{node[circle, fill=bleu, fill opacity=0.4, text opacity=1, anchor=center] {$5$}66child{node[circle, fill=vert, fill opacity=0.4, text opacity=1, anchor=center] {$3$}}67child{node[circle, fill=red, fill opacity=0.4, text opacity=1, anchor=center] {$4$}}68};69\end{tikzpicture}70\begin{tikzpicture}[grow=up, inner sep=1pt, level distance=1cm, sibling distance=15pt, outer sep=0pt, baseline=.9cm]71\node[circle, fill=vert, fill opacity=0.4, text opacity=1, anchor=center] {$7$}72child[thick]{node[circle, fill=vert, fill opacity=0.4, text opacity=1, anchor=center] {$8$}}73child[thick]{node[circle, fill=rouge, fill opacity=0.4, text opacity=1, anchor=center] {$6$}74child{node[circle, fill=bleu, fill opacity=0.4, text opacity=1, anchor=center] {$2$}75child{node[circle, fill=rouge, fill opacity=0.4, text opacity=1, anchor=center] {$9$}}76}}77;78\end{tikzpicture}79};80\draw[->] (2) edge[->] node[above] {(3)} (3);81\node[right=1cm of 3](4) {82\begin{tikzpicture}[grow=up, inner sep=1pt, outer sep=0pt, level distance=1cm, sibling distance=15pt, baseline=2.4cm]83\node[draw, circle] {$1$}84child[thick]{node[circle, fill=bleu, fill opacity=0.4, text opacity=1, anchor=center] {$5$}85child{node[circle, fill=vert, fill opacity=0.4, text opacity=1, anchor=center] {$8$}}86child{node[circle, fill=vert, fill opacity=0.4, text opacity=1, anchor=center] {$7$}87child[thick]{node[circle, fill=rouge, fill opacity=0.4, text opacity=1, anchor=center] {$6$}88child{node[circle, fill=bleu, fill opacity=0.4, text opacity=1, anchor=center] {$2$}89child{node[circle, fill=rouge, fill opacity=0.4, text opacity=1, anchor=center] {$9$}}90}}}91child{node[circle, fill=vert, fill opacity=0.4, text opacity=1, anchor=center] {$3$}}92child{node[circle, fill=red, fill opacity=0.4, text opacity=1, anchor=center] {$4$}}93};94\end{tikzpicture} $=G$95};96\draw[->] (3) edge[->] node[above] {(4)} (4);97\end{tikzpicture}98\end{document}99100101