0

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

Pydot graph

HaskellElephant
  • 9,819
  • 4
  • 38
  • 67
user2633882
  • 1,551
  • 3
  • 11
  • 6

1 Answers1

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