Faq3D
How can I get 3D output?
The Graphviz authors have qualms about the gratuitous use of 3D.
Nonetheless, dot -Tvrml generates VRML files. There's no Z coordinate layout - you specify Z coords yourself in the z attribute of nodes, and the Z coordinates of edges are interpolated. If someone contributes a driver for a newer, more useful format (OpenGL Performer scene graphs? Open Scene Graphs? Java3D programs?) we'd like to try it.
neato internally supports layouts in higher dimensions through the dim attribute, e.g. neato -Gdim=7 but there's no way to get the output unless you invoke neato as a library and inspect ND_pos(n)[i] where n is a pointer to the relevant node. This would need some (minor) driver work and a good 7-dimensional viewer. Well, dim=3 ought to be possible.
GraphvizWiki: Faq3D (last edited 2008-01-17 18:18:09 by H-135-207-131-158)

Recent comments
17 hours 19 min ago
2 days 10 hours ago
2 days 11 hours ago
2 days 11 hours ago
2 days 11 hours ago
1 week 1 day ago
1 week 1 day ago
1 week 2 days ago
1 week 2 days ago
1 week 3 days ago