Skip to content

Commit

Permalink
Fix missing preamble to PlanarLayout.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
hansonchar committed Jun 21, 2024
1 parent d31a9d9 commit 7333b36
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ InterfaceToAlgorithms.declare {
Finally the force based Planar Drawing Postprocessing improves the drawing.
"]],
examples = {
[["
options = [[ preamble=\usetikzlibrary{graphs,graphdrawing} \usegdlibrary{trees} ]],
[[
\tikz \graph [nodes={draw, circle}] {
a -- {
b -- {
Expand All @@ -59,8 +60,8 @@ InterfaceToAlgorithms.declare {
f --[no span edge] g,
c --[no span edge] d,
e --[no span edge] c
}
"]]
};
]]
}
}

Expand Down

0 comments on commit 7333b36

Please sign in to comment.