Change color of figures to match color palette
This commit is contained in:
parent
5880678767
commit
25cf96e485
BIN
figures/lallemand2020-fig1_copy.pdf (Stored with Git LFS)
BIN
figures/lallemand2020-fig1_copy.pdf (Stored with Git LFS)
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 52 KiB |
BIN
figures/tag-definition.pdf (Stored with Git LFS)
BIN
figures/tag-definition.pdf (Stored with Git LFS)
Binary file not shown.
|
@ -6,7 +6,8 @@
|
|||
\usepackage{tikz}
|
||||
|
||||
\begin{document}
|
||||
\definecolor{lammeblue}{HTML}{017d79}
|
||||
\definecolor{lammegreen}{HTML}{017d79}
|
||||
\definecolor{lammeblue}{HTML}{0050b4}
|
||||
\usetikzlibrary{positioning}
|
||||
\usetikzlibrary{decorations.pathreplacing}
|
||||
|
||||
|
@ -21,28 +22,28 @@
|
|||
\draw[-,very thick] (-6,0) to (6,0);
|
||||
% Gene blocks
|
||||
\node[rectangle,fill=orange,minimum height=0.5cm, minimum width=1cm] (orange1) at (-5,0) {};
|
||||
\node[rectangle,fill=lammeblue,minimum height=0.5cm, minimum width=1cm] (green1) [right=of orange1] {};
|
||||
\node[rectangle,fill=lammegreen,minimum height=0.5cm, minimum width=1cm] (green1) [right=of orange1] {};
|
||||
\node[rectangle,fill=red,minimum height=0.5cm, minimum width=1cm] (red1) [right=of green1] {};
|
||||
\node[rectangle,fill=lammeblue,minimum height=0.5cm, minimum width=1cm] (green2) [right=of red1] {};
|
||||
\node[rectangle,fill=lammeblue,minimum height=0.5cm, minimum width=1cm] (green3) [right=of green2] {};
|
||||
\node[rectangle,fill=lammeblue,minimum height=0.5cm, minimum width=1cm] (green4) [right=of green3] {};
|
||||
\node[rectangle,fill=blue,minimum height=0.5cm, minimum width=1cm] (blue1) [right=of green4] {};
|
||||
\node[rectangle,fill=blue,minimum height=0.5cm, minimum width=1cm] (blue2) [right=of blue1] {};
|
||||
\node[rectangle,fill=lammegreen,minimum height=0.5cm, minimum width=1cm] (green2) [right=of red1] {};
|
||||
\node[rectangle,fill=lammegreen,minimum height=0.5cm, minimum width=1cm] (green3) [right=of green2] {};
|
||||
\node[rectangle,fill=lammegreen,minimum height=0.5cm, minimum width=1cm] (green4) [right=of green3] {};
|
||||
\node[rectangle,fill=lammeblue,minimum height=0.5cm, minimum width=1cm] (blue1) [right=of green4] {};
|
||||
\node[rectangle,fill=lammeblue,minimum height=0.5cm, minimum width=1cm] (blue2) [right=of blue1] {};
|
||||
\node[rectangle,fill=orange,minimum height=0.5cm, minimum width=1cm] (orange2) [right=of blue2] {};
|
||||
|
||||
% Homology links
|
||||
|
||||
\draw[-,orange, bend left=40] (orange1) to coordinate[dot] node[nod] {$\mathrm{TAG}_7$} (orange2);
|
||||
|
||||
\draw[-,lammeblue,bend right=40] (green1) to (green2)
|
||||
\draw[-,lammegreen,bend right=40] (green1) to (green2)
|
||||
(green2) to (green3)
|
||||
(green3) to (green4);
|
||||
\draw[-,lammeblue,bend left=40] (green1) to (green3)
|
||||
\draw[-,lammegreen,bend left=40] (green1) to (green3)
|
||||
(green1) to coordinate[dot] node[nod] {$\mathrm{TAG}_3$}(green4);
|
||||
\draw[-,lammeblue,bend right=40] (green1) to (green2)
|
||||
\draw[-,lammegreen,bend right=40] (green1) to (green2)
|
||||
(green2) to (green4);
|
||||
|
||||
\draw[-,blue, bend left=40] (blue1) to coordinate[dot] node[nod] {$\mathrm{TAG}_0$} (blue2);
|
||||
\draw[-,lammeblue, bend left=40] (blue1) to coordinate[dot] node[nod] {$\mathrm{TAG}_0$} (blue2);
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{document}
|
||||
|
|
BIN
report.pdf (Stored with Git LFS)
BIN
report.pdf (Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue