JuliaTeX / TikzGraphs.jl

This library generates graph layouts using the TikZ graph layout package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tree Graph has crossing edges

kzapfe opened this issue · comments

I have a relative big tree graph but not overly complicated (around 75 nodes).
A tree is always a planar graph, so it should be able to be plotted without crossing edges.
Is there a trick to make it look like a normal tree graph?