Update matplotlib svg backend (#1580)
Browse files- utils/plots.py +1 -1
utils/plots.py
CHANGED
@@ -21,7 +21,7 @@ from utils.metrics import fitness
|
|
21 |
|
22 |
# Settings
|
23 |
matplotlib.rc('font', **{'size': 11})
|
24 |
-
matplotlib.use('
|
25 |
|
26 |
|
27 |
def color_list():
|
|
|
21 |
|
22 |
# Settings
|
23 |
matplotlib.rc('font', **{'size': 11})
|
24 |
+
matplotlib.use('svg') # for writing to files only
|
25 |
|
26 |
|
27 |
def color_list():
|