to plot a network use:
dot <name.dot> -Tpdf > graph.pdf
or
dot <name.dot> -Tpng > graph.png
e.g.
dot network_01_0400K.dot -Tpdf > graph.pdf
