Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to format top-to-bottom instead of default left-to-right #7

Open
jeffrey-aguilera opened this issue Feb 23, 2016 · 1 comment

Comments

@jeffrey-aguilera
Copy link

Need to incorporate layout optimization, as this is not very helpful for any but the simplest of hierarchies.

@mikeyhu
Copy link
Owner

mikeyhu commented Feb 23, 2016

Scaladiagrams doesn't really deal with layout issues itself; it generates a directed graph as a Dot file that can then be processed by anything that understands Dot format. Graphviz itself includes a number of different tools that layout a graph in different ways, so these might be suitable for your purpose:
https://en.wikipedia.org/wiki/Graphviz

Dot format can also be imported by programs such as OmniGraffle so you could always post process the graph:
https://en.wikipedia.org/wiki/DOT_(graph_description_language)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants