Skip to content

Commit

Permalink
ditto
Browse files Browse the repository at this point in the history
  • Loading branch information
hansonchar committed Jun 25, 2024
1 parent 05c025b commit 05ac99d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ declare {
\begin{codeexample}[preamble={\usetikzlibrary{graphs,graphdrawing,quotes} \usegdlibrary{examples}}]
\pgfgdset{
HuffmanLabel/.style={/tikz/edge node={node[fill=white,font=\footnotesize,inner sep=1pt]{#1}}},
HuffmanNode/.style={/tikz/.cd,circle,inner sep=0pt,outer sep=0pt,draw,minimum size=3pt}
HuffmanLabel/.style={
/tikz/edge node={node[fill=white,font=\footnotesize,inner sep=1pt]{#1}}},
HuffmanNode/.style={
/tikz/.cd,circle,inner sep=0pt,outer sep=0pt,draw,minimum size=3pt}
}
\tikz \graph [simple Huffman layout,
level distance=7mm, sibling distance=8mm, grow'=up]
Expand Down

0 comments on commit 05ac99d

Please sign in to comment.