HugoVoxx commited on
Commit
ee9fe5d
·
verified ·
1 Parent(s): c624fa2

Update ag4masses/alphageometry/numericals.py

Browse files
ag4masses/alphageometry/numericals.py CHANGED
@@ -27,7 +27,7 @@ import numpy as np
27
  from numpy.random import uniform as unif # pylint: disable=g-importing-member
28
  import graph as gh
29
 
30
- matplotlib.use('TkAgg')
31
 
32
 
33
  ATOM = 1e-12
 
27
  from numpy.random import uniform as unif # pylint: disable=g-importing-member
28
  import graph as gh
29
 
30
+ matplotlib.use('Agg')
31
 
32
 
33
  ATOM = 1e-12