|
@@ -82,7 +82,7 @@ class Diagram: |
|
|
filename: str = "", |
|
|
filename: str = "", |
|
|
direction: str = "LR", |
|
|
direction: str = "LR", |
|
|
curvestyle: str = "ortho", |
|
|
curvestyle: str = "ortho", |
|
|
outformat: str | list[str] = "png", |
|
|
|
|
|
|
|
|
outformat: Union[str, list[str]] = "png", |
|
|
autolabel: bool = False, |
|
|
autolabel: bool = False, |
|
|
show: bool = True, |
|
|
show: bool = True, |
|
|
strict: bool = False, |
|
|
strict: bool = False, |
|
|