You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 settingwidth
andheight
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.The text was updated successfully, but these errors were encountered: