Registry / utility / gviz
library0.3.5rbrubygemsunverified

Ruby interface for generating Graphviz graphs programmatically.

gem install gviz
INSTALL
IMPORT
SIG · GVIZ
G
gviz
utilityrubyv0.3.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Gviz
require 'gviz'

Creates a simple graph with two nodes and an edge, saved as a PNG.

require 'gviz' Gviz.new do global layout: 'circo' node :a, label: 'Hello' node :b, label: 'World' edge :a, :b save 'hello_world' end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
gviz — gem install gviz · libregistry