Class Dot#
Defined in File Html.py
Class Documentation#
- class Dot#
This class contains helper functions used to create dot graphs.
Public Functions
- __init__(self, Path outFile, str name)#
This function initializes the class and creates the digraph. Parameters ---------- outFile : Path Name of the filename under which the dot file should be saved. name : str What the dot file should be called by Digraph.
- Render(self, list[str] formats=["cmapx", "svg"])#
This function renders the dot graph as a .svg and as a .cmapx. Parameters ---------- formats : list[str], optional List whose elementts dictate which formats to render the dot graph in. (Default value = ["cmapx", "svg"])
Public Members
- dot#