Skip to content

Commit

Permalink
Add best guess preamble to PlanarizationLayout.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
hansonchar committed Jun 21, 2024
1 parent 6eb39ce commit c9481ab
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ documentation
\end{itemize}
]]

example
[[
\tikz \graph [PlanarizationLayout] { a -- {b,c,d,e,f} -- g -- a };
]]
example({
options = [[ preamble=\usetikzlibrary{graphs,graphdrawing} \usegdlibrary{planarity} ]],
code = [[
\tikz \graph [PlanarizationLayout] { a -- {b,c,d,e,f} -- g -- a };
]]
})
--------------------------------------------------------------------------------


Expand Down

0 comments on commit c9481ab

Please sign in to comment.