Loading editor components...
Switch to Code tab to edit your Graphviz diagram
1. Edit DOT code in the Code tab
2. Switch to Preview to see the graph
3. Tap nodes in preview to edit them
4. Use bottom buttons to add elements
• Pinch to zoom in preview
• Use code toolbar for quick inserts
• Menu has layout and export options
• Works offline once loaded
digraph G { ... } - Directed graph
A -> B; - Edge from A to B
A [shape=box]; - Node attributes
rankdir=LR; - Left to right layout