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

Make the automatic layout size-aware #2

Open
cb109 opened this issue May 12, 2016 · 0 comments
Open

Make the automatic layout size-aware #2

cb109 opened this issue May 12, 2016 · 0 comments

Comments

@cb109
Copy link
Owner

cb109 commented May 12, 2016

Currently the width of a Node is dictated by its header text, which actually is an okayish estimate that graphviz can work with. The height however is set to 0.5 by default and does not take into account the actual height of the Node, which is dictated by its number of Knobs.

pydot most likely supports setting widthand height on a Node. Currently only Edges are created from which graphviz itself derives the Nodes. We should add them explicitly so we can modify them before handing to graphviz for layouting.

@cb109 cb109 changed the title Make the Auto Layout size-aware Make the automatic layout size-aware May 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant