Dotex v0.1.0 Dotex.Node

Represents a single Graphviz node include any attributes

Summary

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”])