ソースを参照

Update matplotlib svg backend (#1580)

5.0
Glenn Jocher GitHub 3年前
コミット
784feae30a
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      utils/plots.py

+ 1
- 1
utils/plots.py ファイルの表示

@@ -21,7 +21,7 @@ from utils.metrics import fitness

# Settings
matplotlib.rc('font', **{'size': 11})
matplotlib.use('Agg') # for writing to files only
matplotlib.use('svg') # for writing to files only


def color_list():

読み込み中…
キャンセル
保存