Ruby-Graphviz
Ruby-Graphviz copied to clipboard
[MIRROR] Ruby interface to the GraphViz graphing tool
If graphviz dumps core, the `status` returned by Open3.capture3 will return the value `nil` for `#exitstatus`. This causes a `NoMethodError` down the line in `Graphviz::Utils#output_from_command` because `status` is `nil` but...
Hello, Suppose, I have a big requirements dependencies graph with any of next variants: user story -> use case -> func. requirement -> source file -> test source use case...
Dot: https://gist.github.com/tmzhuang/2746bd23fa755139195d Ruby script produced from dot2rb: https://gist.github.com/tmzhuang/2325ebd3f2cd68857afd Runnning the ruby code gives error: dep.rb:25:in `block in ': undefined local variable or method`graph_clusteractiverecord_associations_collectionassociation' for main:Object (NameError) Did you mean? graph_clusteruser_generatedassociationmethods...
Please consider the following code and output. Note that nodes A and B both have the same label (A). This is obviously unexpected behavior. ``` g = GraphViz.new :G, type:...
Is there any way to get a Ruby _hash_ representation of a graph?
Graphviz requires clusters to follow a specific naming convention: > [Clusters are encoded as subgraphs whose **names have the prefix 'cluster'.**](http://www.graphviz.org/Gallery/directed/cluster.html) Ruby-Graphviz does not currently enforce this naming convention when...
Doing ``` pushd /tmp git clone https://github.com/glejeune/Ruby-Graphviz.git pushd Ruby-Graphviz chruby ruby-2.2.2 bundle install --path vendor bundle exec rake ``` results in errors such as ``` Failure: got exception on sample74.rb:...
I have a dot output string that I would like to parse into a Ruby GraphViz object and then set graph/node/edge properties on it and add more nodes. ``` hello_goodnight...
I have some problems when i create svg format. I checked my graph using output ('none' => 'filename'), same as .to_s on graph object, check with .dot formatand i see...
I am seeing many warnings like the following. Please fix this very annoying issue. gems/ruby-graphviz-1.2.1/lib/graphviz/utils/colors.rb:212: warning: duplicated key at line 867 ignored: "aliceblue"