vfrz / DotNetGraph

Create GraphViz DOT graph with .NET / C#
MIT License
93 stars 20 forks source link

Add support for layouts #23

Open cmgambino opened 4 years ago

cmgambino commented 4 years ago

GraphViz has support for the following layouts: dot, neato, fdp, sfdp, twopi, circo.

Could it be possible to allow the DotGraph object to be configured with an optional layout style?

eXpl0it3r commented 4 years ago

Not too familiar with GraphViz, can you explain what these layouts mean exactly?

vfrz commented 4 years ago

Sorry for the delay, I've made a PR: #24 Is it what you want?