Path: blob/main/paper/figures/PosetB3.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}13141516\definecolor{part1}{HTML}{\coula}17\definecolor{part2}{HTML}{\coulb}18\definecolor{part3}{HTML}{\coulc}19\definecolor{part4}{HTML}{\could}2021\begin{document}2223\begin{tikzpicture}24\node (min) at (0,0){};25\node[above=1cm of min] (2) {26\begin{tikzpicture}[scale=0.3]27\coordinate (A) at (0:2);28\coordinate (B) at (60:2);29\coordinate (C) at (120:2);30\coordinate (D) at (180:2);31\coordinate (E) at (240:2);32\coordinate (F) at (300:2);33%\draw[part1, very thick] (A)--(D);34\draw[part2, very thick] (B)--(E);35%\draw[part4, very thick] (C)--(F);36\end{tikzpicture}37};38\node[left=1cm of 2] (1) {39\begin{tikzpicture}[scale=0.3]40\coordinate (A) at (0:2);41\coordinate (B) at (60:2);42\coordinate (C) at (120:2);43\coordinate (D) at (180:2);44\coordinate (E) at (240:2);45\coordinate (F) at (300:2);46\draw[part1, very thick] (A)--(D);47%\draw[part2, very thick] (B)--(E);48%\draw[part4, very thick] (C)--(F);49\end{tikzpicture}};50\node[right=1cm of 2] (3) {51\begin{tikzpicture}[scale=0.3]52\coordinate (A) at (0:2);53\coordinate (B) at (60:2);54\coordinate (C) at (120:2);55\coordinate (D) at (180:2);56\coordinate (E) at (240:2);57\coordinate (F) at (300:2);58%\draw[part1, very thick] (A)--(D);59%\draw[part2, very thick] (B)--(E);60\draw[part4, very thick] (C)--(F);61\end{tikzpicture}};62\node[above=1cm of 2] (max) {63\begin{tikzpicture}[scale=0.3]64\coordinate (A) at (0:2);65\coordinate (B) at (60:2);66\coordinate (C) at (120:2);67\coordinate (D) at (180:2);68\coordinate (E) at (240:2);69\coordinate (F) at (300:2);70\draw[part1, very thick] (A)--(D);71\draw[part2, very thick] (B)--(E);72\draw[part4, very thick] (C)--(F);73\end{tikzpicture}};74\draw (min)--(1);75\draw (min)--(2);76\draw (min)--(3);77\draw (max)--(1);78\draw (max)--(2);79\draw (max)--(3);80\end{tikzpicture}8182\end{document}838485