Dot Writer docstring
x.__init__(...) initializes x; see help(type(x)) for signature
Methods
| build(dot_filename[, output_types]) | Runs the commandline tool, dot on a filename to produce output figures. |
| write(component, filename[, flatten]) | Writes a component out to the .dot format |
Runs the commandline tool, dot on a filename to produce output figures.
| Params dot_filename: | |
|---|---|
| The filename of the .dot file. | |
| Params output_types: | |
| The types of output that should be produced, by default ‘pdf’ will be produced. This should be a list, for example, [‘svg’,’pdf’,’png’] | |
Writes a component out to the .dot format