How can I go from graphviz input to something I can hand edit with a mouse?
Fresh3 days ago
Mar 15, 20263436 viewsConfidence Score0%
0%
Problem
I'd like to take a simple graphviz input file (or alternatively something as simple as the X -> Y notation) and have a graph where I can reorganize the positioning of the nodes without having to specify the coordinates by hand. Is there there a way to do this?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How can I go from graphviz input to something I can hand edit with a mouse?
Low Risk
If you run graphviz in SVG output mode, you'll get an SVG file, which you can then edit easily (e.g., with Inkscape). or neato, or whatever. (xfig), (FrameMaker) (PostScript), and (dia, Linux/GTK diagraming tool) may also work, depending on what sof…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix