-
Notifications
You must be signed in to change notification settings - Fork 117
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
Feature import/export with dot files #287
Conversation
please resolve conflict, or we can't continue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @sbaldu, thanks for opening this PR! So far the changes look fantastic.
The conflict is because I recently changed the root-level namespace to title-case.
@nrkramer Hi, I'm glad you like the changes. |
Merge LGTM |
Implementation of methods for the Graph class which allow to construct a graph by importing it from a DOT file or to export it to a DOT file (#244).