In the example provided in the project bwdl the digraph uses VerticalTree to layout, however the nodes has way too much space in between each other.
I tried to decrease it by having smaller shapes for nodes and edges but it doens't seem to work.
Is there a way of having fewer space in between nodes with the VerticalTree layout? or perhaps a way of passing parameters to the layout strategy? or a way of passing a new function to calculate it?
thanks for the project, seems to work like a charm.