このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
heuzef
/
diagrams
ミラー元
https://github.com/mingrammer/diagrams.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
43
Wiki
アクティビティ
ソースを参照
Fix parameter type of outformat
pull/985/head
Cheng Lian
8ヶ月前
親
f517463eae
コミット
3946a6824d
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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,
書き込み
プレビュー
読み込み中…
キャンセル
保存