Skip to content

add show_logs for :graphviz #569

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

Closed
wants to merge 2 commits into from

Conversation

m-fila
Copy link
Contributor

@m-fila m-fila commented Aug 19, 2024

While render_logs graphviz creates a GraphViz object that can be later saved to a picture sometimes it's more convenient to be able to save to a dot text format (tune the file if needed, for instance remove some details or vertices for presentation) and then render to a picture with an external dot tool.

Both show_logs and render_logs for :graphviz use the same implementation. The show_logs and associated functions were moved to visualizations from extension as they don't depend on GraphViz package (render_logs does)

@jpsamaroo
Copy link
Member

Thanks! I'm not going to merge this just yet, as I'd like to integrate it with #560 first. I'll recreate the commits with you as the author.

@jpsamaroo
Copy link
Member

Implemented in #560

@jpsamaroo jpsamaroo closed this Aug 21, 2024
@m-fila m-fila deleted the show_logs_graphviz branch August 21, 2024 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants