Links
- Dot file readers / transformers
dot
fdp
circo
- zgrviewer
- Sourceforge download
- ZGRViewer is a graph visualizer implemented in Java and based upon the Zoomable Visual Transformation Machine. It is specifically aimed at displaying graphs expressed using the DOT language from AT&T GraphViz and processed by programs dot, neato or others such as twopi.
- ZGRViewer is designed to handle large graphs, and offers a zoomable user interface (ZUI), which enables smooth zooming and easy navigation in the visualized structure.
- canviz
- JavaScript library for drawing dot files / Graphviz graphs to a web browser canvas.
- Will slow down browser significantly if the canvas size is too large.
- dot2svg
- Note that the default
dot
binary can already producesvg
. This one makes it prettier by adding shadows and making the rectangles rounded.
- Note that the default
- Pyreverse : UML Diagrams for Python
- also part of PyLint
- Making Graphviz output pretty with XSL