X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=mtp_graph.cc;h=915b5b640a3a9ba0ee768dc3db92b623c24cec0c;hb=4d9b58034ce82094c233b61da247e11a584ec0bd;hp=6867e094f94cb12b955a7e517e08a92dec70ef1e;hpb=852417aae1e0f64716fa49499176e300ab84d66f;p=mtp.git diff --git a/mtp_graph.cc b/mtp_graph.cc index 6867e09..915b5b6 100644 --- a/mtp_graph.cc +++ b/mtp_graph.cc @@ -147,7 +147,7 @@ void MTPGraph::print(ostream *os) { void MTPGraph::print_dot(ostream *os) { (*os) << "digraph {" << endl; - (*os) << " node [shape=circle,width=0.7,fixedsize=true];" << endl; + (*os) << " node [shape=circle,width=0.75,fixedsize=true];" << endl; (*os) << " edge [color=gray,arrowhead=open]" << endl; (*os) << " " << _source->id << " [peripheries=2];" << endl; (*os) << " " << _sink->id << " [peripheries=2];" << endl;