Skip to content

Instantly share code, notes, and snippets.

@lekro
Created November 11, 2017 08:55
Show Gist options
  • Save lekro/cf01ebbf3e06099b78b3f9a992ad05c0 to your computer and use it in GitHub Desktop.
Save lekro/cf01ebbf3e06099b78b3f9a992ad05c0 to your computer and use it in GitHub Desktop.
Had a little too much fun visualizing people's numbers in the MW bracket, 11/11.
\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{arrows}
\begin{document}
\begin{tikzpicture}[>= stealth']
\begin{scope}[gray,->]
\draw (0,0) -- (4.3,0) node[xshift=4ex] {\(\Re\{z\}\)};
\draw (0,0) -- (0,4.3) node[yshift=2ex] {\(\Im\{z\}\)};
\draw (0,0) -- (-2.3,0);
\draw (0,0) -- (0,-2.3);
\end{scope}
\begin{scope}[white!30!orange]
\fill (0,0) circle (1pt) node[below left] {YZEROgame};
\end{scope}
\begin{scope}[red!20!green]
\fill (2,0) circle (1pt) node[above] {Topaz};
\end{scope}
\begin{scope}[white!30!red]
\fill (3,2) circle (1pt) node[above left] {Prozan};
\end{scope}
\begin{scope}[black!30!green]
\fill (3.14159,0.8pt) circle (1pt);
\draw [->] (4,1) node[above] {Kaisheng21} -- (3.14159,1pt);
\end{scope}
\begin{scope}[cyan]
\fill (3,0) circle (1pt);
\draw [->] (2,-1) node[below] {Evtema} -- (3,-1pt);
\end{scope}
\begin{scope}[purple!50!yellow]
\fill (0,1) circle (1pt) node[above left] {Ausxh};
\end{scope}
\begin{scope}[black!30!red]
\fill (1,0) circle (1pt) node[below] {Adam};
\end{scope}
\begin{scope}[white!30!blue]
\fill (22/7,-0.8pt) circle (1pt);
\draw [->] (4,-1) node[below] {CHRONOS!} -- (22/7,-1pt);
\end{scope}
\draw[black!70!white] (2.8,3.8) node {\begin{tabular}{c}
MissileWars Tourney\\Lineup, Nov.11\\
\emph{Can you guess the bracket?}
\end{tabular}};
\end{tikzpicture}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment