Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 503 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 503 Bytes

In this directory, are the graphviz/sfdp graph drawing interfaces to matlab. It was inspired by Yifan Hu's gallery of large graphs. Checkout what graphviz and sfdp are capable of! --Tomasz Malisiewicz

Install graphviz

Go to http://www.graphviz.org/ to install the package. On my mac I use Macports to install it

sudo port install graphviz

see sexy_graph.m for an explanation of how to use.