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 support for exporting with Graphviz #4

Merged
merged 23 commits into from
Jul 28, 2023

Conversation

saulshanabrook
Copy link
Member

@saulshanabrook saulshanabrook commented Jul 26, 2023

This PR adds support for exporting the graph to SVG using Graphviz.

Check out the ./tests-viz/README.md for each of the examples rendered. I choose to keep these files in VCS so that we can use diffs to see changes to the viz algorithm easily and also to give new users an overview of the examples.

This logic is pulled from egraphs-good/egglog#147 which is ported to the new format.

There is some discussion in that PR about ways to deal with primitives, whether they should be split into their own nodes or collapsed into calls, for ease of readability (egraphs-good/egglog#147 (comment)). This PR does not implement any of those transformations. I believe they can be implemented as follow-ups. I think they should all be able to be implemented as EGraph -> EGraph functions, which will allow us to keep the visualization logic unchanged.

EDIT: I have also added a function to inline primitives into their parent nodes and show both options in the README.

@mwillsey
Copy link
Member

This looks great! I prefer the inlined version; the math-powers example in the demo images really did it for me.

@mwillsey mwillsey merged commit e2f8bb0 into egraphs-good:main Jul 28, 2023
2 checks passed
@saulshanabrook saulshanabrook deleted the viz branch July 29, 2023 12:47
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.

2 participants