Update matplotlib svg backend (#1580)

This commit is contained in:
Glenn Jocher 2020-12-02 14:05:12 +01:00 committed by GitHub
parent 2c99560a98
commit 784feae30a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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