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

Add option to show duplicate nodes in dot graph #514

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Conversation

kajalpatelinfo
Copy link
Contributor

This PR adds functionality to add a toggle to show duplicate nodes in the graph visualization of a DAG in dot.py. When toggled, graphs that have previously 'hidden' duplicate nodes (i.e. nodes with the same expr but different ids) show the nodes. The changes ensure that all nodes, including duplicates, are correctly registered and that edges between nodes are properly maintained.

@kajalpatelinfo kajalpatelinfo marked this pull request as ready for review July 11, 2024 02:34
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 this pull request may close these issues.

None yet

1 participant