Kaynağa Gözat

Update matplotlib svg backend (#1580)

5.0
Glenn Jocher GitHub 3 yıl önce
ebeveyn
işleme
784feae30a
Veri tabanında bu imza için bilinen anahtar bulunamadı GPC Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      utils/plots.py

+ 1
- 1
utils/plots.py Dosyayı Görüntüle

@@ -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():

Yükleniyor…
İptal
Kaydet