Skip to content

Commit

Permalink
#236 simplify TikZ code
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtask committed Dec 25, 2024
1 parent ad00dad commit 3a060e1
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 36 deletions.
5 changes: 1 addition & 4 deletions chapter6/sections/4/figures/1/a.tikz
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
}
child {node {20}
child {node {17}}
child {node {2}
child[missing]
child {node[draw=none, fill=none] {} edge from parent[draw=none]}
}
child {node {2}}
};
\end{tikzpicture}
5 changes: 1 addition & 4 deletions chapter6/sections/4/figures/1/b.tikz
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
}
child {node {17}
child {node {4}}
child {node {2}
child[missing]
child {node[draw=none, fill=none] {} edge from parent[draw=none]}
}
child {node {2}}
};
\end{tikzpicture}
5 changes: 1 addition & 4 deletions chapter6/sections/4/figures/1/c.tikz
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
}
child {node {5}
child {node {4}}
child {node {2}
child[missing]
child {node[draw=none, fill=none, label=right:{}] {} edge from parent[draw=none]}
}
child {node {2}}
};
\end{tikzpicture}
5 changes: 1 addition & 4 deletions chapter6/sections/4/figures/1/d.tikz
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
}
child {node {5}
child {node {4}}
child {node[discarded, label=left:{$i$}] {17} edge from parent[draw=none]
child[missing]
child {node[draw=none, fill=none] {} edge from parent[draw=none]}
}
child {node[discarded, label=left:{$i$}] {17} edge from parent[draw=none]}
};
\end{tikzpicture}
5 changes: 1 addition & 4 deletions chapter6/sections/4/figures/1/e.tikz
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
}
child {node {5}
child {node[discarded, label=left:{$i$}] {13} edge from parent[draw=none]}
child {node[discarded] {17} edge from parent[draw=none]
child[missing]
child {node[draw=none, fill=none] {} edge from parent[draw=none]}
}
child {node[discarded] {17} edge from parent[draw=none]}
};
\end{tikzpicture}
5 changes: 1 addition & 4 deletions chapter6/sections/4/figures/1/f.tikz
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
}
child {node {5}
child {node[discarded] {13} edge from parent[draw=none]}
child {node[discarded] {17} edge from parent[draw=none]
child[missing]
child {node[draw=none, fill=none] {} edge from parent[draw=none]}
}
child {node[discarded] {17} edge from parent[draw=none]}
};
\end{tikzpicture}
5 changes: 1 addition & 4 deletions chapter6/sections/4/figures/1/g.tikz
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
}
child {node {2}
child {node[discarded] {13} edge from parent[draw=none]}
child {node[discarded] {17} edge from parent[draw=none]
child[missing]
child {node[draw=none, fill=none] {} edge from parent[draw=none]}
}
child {node[discarded] {17} edge from parent[draw=none]}
};
\end{tikzpicture}
5 changes: 1 addition & 4 deletions chapter6/sections/4/figures/1/h.tikz
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
}
child {node[discarded, label=left:{$i$}] {5} edge from parent[draw=none]
child {node[discarded] {13} edge from parent[draw=none]}
child {node[discarded] {17} edge from parent[draw=none]
child[missing]
child {node[draw=none, fill=none] {} edge from parent[draw=none]}
}
child {node[discarded] {17} edge from parent[draw=none]}
};
\end{tikzpicture}
5 changes: 1 addition & 4 deletions chapter6/sections/4/figures/1/i.tikz
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
}
child {node[discarded] {5} edge from parent[draw=none]
child {node[discarded] {13} edge from parent[draw=none]}
child {node[discarded] {17} edge from parent[draw=none]
child[missing]
child {node[draw=none, fill=none] {} edge from parent[draw=none]}
}
child {node[discarded] {17} edge from parent[draw=none]}
};
\end{tikzpicture}

0 comments on commit 3a060e1

Please sign in to comment.