From 784feae30a1a792cd4e28c5dcb51618e6e5d20b5 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 2 Dec 2020 14:05:12 +0100 Subject: [PATCH] Update matplotlib svg backend (#1580) --- utils/plots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/plots.py b/utils/plots.py index 9095d02f6..3808ec19d 100644 --- a/utils/plots.py +++ b/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():