tsim.utils.diagram.Diagram
← Module overview
class
classDiagram¶source
tsim.utils.diagram.Diagram
Wrapper for SVG diagram with Jupyter notebook display support.
class Diagram(svg: str, html: str)Parameters
| Name | Type | Description |
|---|---|---|
svg | str | Raw SVG markup suitable for saving to ``.svg`` files. |
html | str | HTML-wrapped version for interactive Jupyter display. |