Changes

Summary

  1. Call dot ourself for rendering, allowing a timeout. (commit: 3aa1c29) (details)
  2. Updated submodule (commit: 11f2397) (details)
  3. concept for interative graph viewer (commit: b35b9eb) (details)
  4. A very very rudimentary interactive graph visualization app. (commit: f8e2f67) (details)
Commit 3aa1c2976929bc38e2405fa5c80b131c6c14f218 by Thorsten Vitt
Call dot ourself for rendering, allowing a timeout.
This has at least two advantages:
- we can set a timeout for the rendering of an individual graph, thus
skipping especially slow graphs
- we capture all stderr output for the logs.
Additionally, this can easily be tuned to work without intermediate
files.
(commit: 3aa1c29)
The file was modified src/macrogen/etc/default.yaml (diff)
The file was modified src/macrogen/visualize.py (diff)
The file was modified data (diff)
Commit b35b9ebf022a8835ce726bd1493fe437325e8032 by Thorsten Vitt
concept for interative graph viewer
(commit: b35b9eb)
The file was addedgraphviewer/README.md
Commit f8e2f676be47b20af366a7ab8ce8031bcf7d48ee by Thorsten Vitt
A very very rudimentary interactive graph visualization app.
This loads a graph from a zip file and can produce subgraphs via webform
(commit: f8e2f67)
The file was modified src/macrogen/graph.py (diff)
The file was addedgraphviewer/templates/form.html
The file was addedgraphviewer/graphviewer.py
The file was modified src/macrogen/visualize.py (diff)