0

I have a graph in .dot format and I can view it in graphviz.

I would like to reorder the graph manually without modifying the dot code.

I aim to clarify the graph, not changing the hierarchy, but making it more beautiful.

Is there any program/interfaz to make it?

Or graphviz has any option to reorder it automatically?

Thanks in advance

marilia15
  • 11
  • 2

1 Answers1

0

There is the tool called nop which does pretty-print graphs. This is automatic and there is no interface.

marapet
  • 54,856
  • 12
  • 170
  • 184