Преглед изворни кода

Update matplotlib svg backend (#1580)

5.0
Glenn Jocher GitHub пре 3 година
родитељ
комит
784feae30a
No known key found for this signature in database 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…
Откажи
Сачувај