Dotex
v0.1.0
Pages
Modules
Dotex
Top
Summary
Functions
write_graph/3
Dotex.Graph
Top
Summary
Functions
add_connection/4
add_node/2
new/1
Dotex.Node
Top
Summary
Functions
new/2
Dotex v0.1.0
Dotex.Node
Represents a single Graphviz node include any attributes
Summary
Functions
new(name, attributes \\ [])
Create a new node
Functions
new(name, attributes \\ [])
Create a new node
Attributes
name
- the name of the new node. Should be unique
attributes
- (optional) list of attributes for the node (eg. [color: “black”])