Browse Source

Update matplotlib svg backend (#1580)

5.0
Glenn Jocher GitHub 3 years ago
parent
commit
784feae30a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/plots.py

+ 1
- 1
utils/plots.py View File

@@ -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…
Cancel
Save