瀏覽代碼

Update matplotlib svg backend (#1580)

5.0
Glenn Jocher GitHub 3 年之前
父節點
當前提交
784feae30a
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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():

Loading…
取消
儲存