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

Graph plotting #130

Merged
merged 3 commits into from Feb 11, 2017
Merged

Graph plotting #130

merged 3 commits into from Feb 11, 2017

Conversation

tyarkoni
Copy link
Collaborator

Adds basic support for graph plotting. When calling .draw() on a Graph instance that's already been executed at least once (i.e., by calling .run()), a graph diagram of all transformations is generated via pygraphviz. Here's what it looks like for the Graph constructed in one of the tests:

graph

We probably want to tweak this some more; e.g., it would be nice to differentiate between explicit transformations and implicit conversions, treat all of the different ExtractorResult nodes as a single node, etc... But for now, I think this is already quite useful.

@coveralls
Copy link

coveralls commented Feb 10, 2017

Coverage Status

Coverage increased (+0.1%) to 79.31% when pulling d16495a on graph-plotting into a57f7ce on master.

@tyarkoni tyarkoni merged commit 8c2059a into master Feb 11, 2017
@tyarkoni tyarkoni deleted the graph-plotting branch February 22, 2017 00:13
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

2 participants