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 graph string representation recursive and use textwrap #36

Closed
leclairm opened this issue Nov 11, 2024 · 0 comments · Fixed by #38
Closed

Make graph string representation recursive and use textwrap #36

leclairm opened this issue Nov 11, 2024 · 0 comments · Fixed by #38
Assignees

Comments

@leclairm
Copy link
Contributor

leclairm commented Nov 11, 2024

See these 2 comments here and there .

My only potential concern so far is the use of __str__ by pygraphviz. Maybe yet another method can be used for the graph string representation instead of __str__, like graph_str(self). That would also address this comment

@leclairm leclairm self-assigned this Nov 12, 2024
@DropD DropD linked a pull request Nov 13, 2024 that will close this issue
@DropD DropD closed this as completed in #38 Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant