HugoVoxx commited on
Commit
4c326bb
·
verified ·
1 Parent(s): 32f7bc9

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
 
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
 
29
 
30
+ matplotlib.use('Agg')
31
 
32
 
33
  ATOM = 1e-12