]> granicus.if.org Git - graphviz/commitdiff
Make default label color black;
authorerg <devnull@localhost>
Wed, 17 Mar 2010 17:21:44 +0000 (17:21 +0000)
committererg <devnull@localhost>
Wed, 17 Mar 2010 17:21:44 +0000 (17:21 +0000)
add attributes for showing labels

share/gui/template.dot

index f0536b9444c98b4857495699af28d8ba449d4046..222c8181444f8fc1db76388f6958b11a3cc5378c 100644 (file)
@@ -49,14 +49,12 @@ strict digraph template {
                defaultselectionmethod="2"
 
                labelglutfont="0"
-               nodelabelcolor="#8ce61d"
-               edgelabelcolor="#8ce61d"
+               nodelabelcolor="#000000"
+               edgelabelcolor="#000000"
                nodelabelattribute="name"
                edgelabelattribute="name"
                labelwithdegree="0"
                labelnumberofnodes="45"
-               shownodelabels="1"
-               showedgelabels="1"
                colortheme="1"
                defaultnodecolor="blue"
                defaultedgecolor="purple"