I'm using graphviz to make images from .dot files in ubuntu using this command:
sfdp -x -Goverlap=scale -Tpng file.dot > file.png
However the result looks the images on this post where its circular and compact. Is there a way to make it look hierarchical like this?
Thanks