Friday 15 July 2011

why doesn't fillcolor work with graphviz? -


I am following exact instructions from graphviz documentation, but I am unable to add fillcolor to nodes.

Here's my graph:

  digraph Hello_world {node [href = "javascript: zero (click_node ('\ n'))"] node0 [label = "no Label ", size = box = width = 0.75, height = 0.75, fixdesis = true] node 1 [label =" no labels ", size = box, width = 0.75, height = 0.75, fixes = true] node 2 [label = "No label", size = box, width = 0.75, height = 0.75, fixes = true] node 3 [label = "no labels", size = box, width = 0.75, height = 0.75, fixes = true] Node aeg H [fixdis = true, size = diamond, label = "nojjjj label", fillcolor = red] node 3 - & gt; Nodeedge 0 [arrowhead = none] node adge 0 ->  

Any thoughts?

However, the graph has not set a red background color to nodeEdge0 .

Any thoughts?

style = full of nodes

  node aiges [fixdis = true , Size = diamond, label = ". Nojjjj label", fillcolor = red, style = fill]    

No comments:

Post a Comment