glenn-jocher commited on
Commit
784feae
·
unverified ·
1 Parent(s): 2c99560

Update matplotlib svg backend (#1580)

Browse files
Files changed (1) hide show
  1. 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('Agg') # for writing to files only
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():