Spaces:
Sleeping
Sleeping
Update ag4masses/alphageometry/numericals.py
Browse files
ag4masses/alphageometry/numericals.py
CHANGED
@@ -34,7 +34,7 @@ import matplotlib.patches
|
|
34 |
import matplotlib.pyplot as plt
|
35 |
from itertools import combinations
|
36 |
|
37 |
-
matplotlib.use('
|
38 |
|
39 |
|
40 |
ATOM = 1e-12
|
|
|
34 |
import matplotlib.pyplot as plt
|
35 |
from itertools import combinations
|
36 |
|
37 |
+
matplotlib.use('Agg')
|
38 |
|
39 |
|
40 |
ATOM = 1e-12
|