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

Implement changes to AGraph.clear() to handle custom attributes #67

Merged
merged 5 commits into from
Aug 31, 2015

Conversation

mmarkov
Copy link
Contributor

@mmarkov mmarkov commented Aug 31, 2015

Fixed issue #65
Actually node_attr is dictionary of all possible node attributes and it should not be cleared during graph clear. It will be cleared automatically during handle close.

@hagberg
Copy link
Contributor

hagberg commented Aug 31, 2015

Looks good. Thanks.

hagberg added a commit that referenced this pull request Aug 31, 2015
Implement changes to AGraph.clear() to handle custom attributes
@hagberg hagberg merged commit e6cf36f into pygraphviz:master Aug 31, 2015
@mmarkov
Copy link
Contributor Author

mmarkov commented Aug 31, 2015

Hi Aric,

I found one more issue and fixed it in one more pull request.

with kind regards,
Max

On Mon, Aug 31, 2015 at 2:42 PM, Aric Hagberg notifications@github.com
wrote:

Looks good. Thanks.


Reply to this email directly or view it on GitHub
#67 (comment).

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

Successfully merging this pull request may close these issues.

None yet

2 participants