I am using Graphviz to draw graphs from adjacency matrices and in some situations I get a .ps file in which the graph appears partly cropped. Like this:
This is highly annoying and unusable. Can someone please explain what is going on and how to work around this problem?
I had the same problem of cropped output. Solved it by outputting in png format
OR
If the output node sizes are too small to see increase their size using
-Gsize
argument