From eac1ba63d9b6c30ad667b57cba35a3556d6ee794 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 2 Dec 2020 14:05:29 +0100 Subject: [PATCH] Update matplotlib svg backend (#1583) --- utils/plots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/plots.py b/utils/plots.py index 1bb61d67..c6aa4892 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():