This website works better with JavaScript.
首頁
說明
登入
heuzef
/
diagrams
镜像来自
https://github.com/mingrammer/diagrams.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
43
Wiki
Activity
瀏覽代碼
Fix parameter type of outformat
pull/985/head
Cheng Lian
8 月之前
父節點
f517463eae
當前提交
3946a6824d
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
diagrams/__init__.py
+ 1
- 1
diagrams/__init__.py
查看文件
@@ -82,7 +82,7 @@ class Diagram:
filename: str = "",
direction: str = "LR",
curvestyle: str = "ortho",
outformat: str = "png",
outformat: str
| list[str]
= "png",
autolabel: bool = False,
show: bool = True,
strict: bool = False,
Write
Preview
Loading…
取消
儲存