glejeune / Ruby-Graphviz

[MIRROR] Ruby interface to the GraphViz graphing tool
https://gitlab.com/glejeune/ruby-graphviz
Other
609 stars 116 forks source link

Documentation for the node/edge attributes? #41

Closed dapz closed 12 years ago

dapz commented 12 years ago

What exactly do they all do? I kind of want to dynamically change an edge type from undirected to directed, yet it isn't immediately obvious how to do this, or which attribute I should fiddle around with.

glejeune commented 12 years ago

Ruby/GraphViz supports all GraphViz attributs (http://www.graphviz.org/content/attrs). I'm not sure to see what's your point. What do you try to do ? Can you give me an example ?

dapz commented 12 years ago

Got it. Perhaps a link to these attributes in the documentation would be useful, then?