Skip to content

Instantly share code, notes, and snippets.

@dfbarrero
Last active March 23, 2017 10:44
Show Gist options
  • Select an option

  • Save dfbarrero/228b4363ff06f8d2e7f21392d4830cbf to your computer and use it in GitHub Desktop.

Select an option

Save dfbarrero/228b4363ff06f8d2e7f21392d4830cbf to your computer and use it in GitHub Desktop.
Hash table figure with LaTeX/Tikz
\begin{tikzpicture} [nodes={minimum width=0.8cm, minimum height=0.8cm},
row sep=-\pgflinewidth, column sep=-\pgflinewidth]
\matrix (hash)[matrix of nodes, nodes={draw, anchor=center}]
{
Key1 & Value1 \\
Key2 & Value2 \\
Key3 & Value3 \\
};
\end{tikzpicture}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment