I have used pydot to create a network link graph for my log files. However, my graph turns out to be a long graph. Any way to rearrange it? I have attached the image for reference
Asked
Active
Viewed 233 times
1 Answers
0
You should be able to set the bounding box for the graph using graph.set_size() this will cause graphviz to adjust the layout.

Riyaz
- 1,430
- 2
- 17
- 27

Steve Barnes
- 27,618
- 6
- 63
- 73
-
It doesnt work! The graph just got zoomed out and smaller ! Thanks for the attempt thought! Thanks :D – user2633882 Jul 30 '13 at 12:00