-
Notifications
You must be signed in to change notification settings - Fork 6
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
WIP: How to define the GraphViz record structure? #19
Comments
While writing the issue summary I guess starting directly with a I should reread http://www.graphviz.org/content/node-shapes#record
Has the usual escape sequences.
It also mentions port position to draw an edge to a field within the record. So maybe we can build the tree using |
Currently, the I think we should start off by refactoring the code into smaller units:
|
Let's close this issue as both graphviz as we think as stated on http://www.graphviz.org/content/node-shapes
|
Subgraphs are requested in graphp/graph#36 |
Closed via #23. |
As #9 was just a tiny start let's define how to build this new class.
class GraphVizRecord
Relates to
The text was updated successfully, but these errors were encountered: