From: arif Date: Fri, 8 May 2009 19:54:31 +0000 (+0000) Subject: edge color themes X-Git-Tag: LAST_LIBGRAPH~32^2~2104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e8540e77b7e444869e7a9df4f25f4d6dcd3012e;p=graphviz edge color themes --- diff --git a/share/gui/smyrna.glade b/share/gui/smyrna.glade index 88a0be210..083315277 100755 --- a/share/gui/smyrna.glade +++ b/share/gui/smyrna.glade @@ -1444,6 +1444,31 @@ topview True + + + + True + True + True + False + + + + True + True + test gvpr + True + GTK_RELIEF_NORMAL + True + + + + + + False + False + + False @@ -4644,8 +4669,8 @@ topview - 340 - 383 + 366 + 408 True 13 3 @@ -4932,7 +4957,7 @@ topview True - Randomize Edge Colors + Default Edge Color False False GTK_JUSTIFY_LEFT @@ -4958,7 +4983,7 @@ topview True - Randomize Node Colors + Default Node Color False False GTK_JUSTIFY_LEFT @@ -5168,10 +5193,136 @@ topview + + + + True + Color Theme + False + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 5 + 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 + + + 0 + 1 + 11 + 12 + fill + + + + + + + True + Ice Blue +All Pastel +Magma +Rain Forest + False + True + True + + + 1 + 2 + 11 + 12 + fill + fill + + + + + + True + False + True + + + 1 + 2 + 3 + 4 + + + + + + True + Edge Attr. For Color + False + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 5 + 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 + + + 0 + 1 + 12 + 13 + fill + + + + + + + True + True + True + True + 0 + + True + * + False + + + 1 + 2 + 12 + 13 + + + + + + + True + False + True + + + 1 + 2 + 4 + 5 + + - 6 - 29 + 10 + 17 @@ -5196,8 +5347,8 @@ topview 0 - 195 - 6 + 184 + 0 @@ -5222,20 +5373,8 @@ topview 0 - 285 - 6 - - - - - - 89 - 20 - True - - - 196 - 16 + 325 + 0 diff --git a/share/gui/template.dot b/share/gui/template.dot index ec2264160..3ddd527cf 100644 --- a/share/gui/template.dot +++ b/share/gui/template.dot @@ -1,68 +1,49 @@ -strict digraph template { - graph [antialiasing=1, - bgcolor="#ffffff", - bordercolor="#38eb29", - bordercoloralpha="1", - bordervisible="1", - defaultfontname="1", - defaultfontsize="52", - gridcolor="#6033d8", - gridcoloralpha="1", - gridsize="30", - gridvisible="0", - highlightededgecolor="#c41b50", - highlightededgecoloralpha="1", - highlightednodecolor="#d1cd24", - highlightednodecoloralpha="1", +digraph template { + antialiasing=1 + bgcolor="#ffffff" + bordercolor="#38eb29" + bordercoloralpha="1" + bordervisible="1" + defaultfontname="1" + defaultfontsize="52" + gridcolor="#6033d8" + gridcoloralpha="1" + gridsize="30" + gridvisible="0" + highlightededgecolor="#c41b50" + highlightededgecoloralpha="1" + highlightednodecolor="#d1cd24" + highlightednodecoloralpha="1" defaultlinewidth="1" - nodesizewithdegree="1", - randomizeedgecolors="1", - randomizenodecolors="1", - selectededgecolor="#EE1F1C", - selectededgecoloralpha="1", - selectednodecolor="#8ce61d", - selectednodecoloralpha="1", - gridcoloralpha="1", - defaultmagnifierwidth="300", - defaultmagnifierheight="200", - defaultmagnifierkts="5", + nodesizewithdegree="1" + randomizeedgecolors="1" + randomizenodecolors="1" + selectededgecolor="#ffc0cb" + selectededgecoloralpha="1" + selectednodecolor="#8ce61d" + selectednodecoloralpha="1" + gridcoloralpha="1" + defaultmagnifierwidth="300" + defaultmagnifierheight="200" + defaultmagnifierkts="5" defaultfisheyemagnifierradius="250" - defaultfisheyemagnifierdistort="5", - usermode="1", - topologicalfisheyefinenodes="50", - topologicalfisheyecoarseningfactor="2.5", - topologicalfisheyedistortionfactor="1", - topologicalfisheyedist2limit="1", - topologicalfisheyeanimate="1", - topologicalfisheyelabelfinenodes="1", - topologicalfisheyecolornodes="1", - topologicalfisheyecoloredges="1", - topologicalfisheyelabelfocus="1", - topologicalfisheyefinestcolor="red", - topologicalfisheyecoarsestcolor="green", - topologicalfisheyelabelattribute="label", - drawnodes="1", - drawedges="1", - drawlabels="1", - defaultnodealpha="0.8", - defaultedgealpha="0.5", - defaultnodeshape="0", - defaultselectionmethod="2" - - labelglutfont="0" - nodelabelcolor="#8ce61d" - edgelabelcolor="#8ce61d" - nodelabelattribute="name" - edgelabelattribute="name" - labelwithdegree="1" - labelnumberofnodes="23.45" - shownodelabels="1" - showedgelabels="1" - - - ]; - -A->B; + defaultfisheyemagnifierdistort="5" + usermode="1" + topologicalfisheyefinenodes="50" + topologicalfisheyecoarseningfactor="2.5" + topologicalfisheyedistortionfactor="1" + topologicalfisheyedist2limit="1" + topologicalfisheyeanimate="1" + topologicalfisheyelabelfinenodes="1" + topologicalfisheyecolornodes="1" + topologicalfisheyecoloredges="1" + topologicalfisheyelabelfocus="1" + topologicalfisheyefinestcolor="red" + topologicalfisheyecoarsestcolor="green" + drawnodes="1" + drawedges="1" + drawlabels="1" + defaultnodealpha="0.8" + defaultedgealpha="0.5" + defaultnodeshape="2" } - -