GV layout questions
Submitted by daspranab on Fri, 06/03/2011 - 09:36
I have a problem with layout of GV. It is something like this.
- if I don't use a layout option then I don't have enough control on the shapes; for example, a column of cells may become a row of cells, etc.
- if I use LR (say), then the graph does not utilize the real estate of a page (assuming page size is specified)
Is there any suggestion?
Recent comments
- I like the look of the nodes,
3 hours 43 min ago - If you put the fixedsize
4 hours 6 min ago - If you put the fixedsize
4 hours 7 min ago - Are there some actual examples around?
5 hours 38 min ago - There are two features
6 hours 10 min ago - There is nothing built into
6 hours 22 min ago - I was able to resolve this
1 day 9 hours ago - x11 event bindings
3 days 2 hours ago - One could probable work
3 days 3 hours ago - Would it be possible to
3 days 3 hours ago

GV layout questions
At present, dot does not have any notion of a column. Sometimes by making edge weights larger, or adding invisible edges where necessary, you can get a column-like effect. As for space usage, there are various attributes that can be used to help guide this. Without seeing your graph, it is not possible to be more specific.
Emden