Skip to content

Commit f5e4d24

Browse files
authored
Update PhenoFunctions_v4.py
1 parent 5750b2d commit f5e4d24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PhenoFunctions_v4.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
figsize=(10, 10))
1919
sc.settings.verbosity = 0
2020
warnings.filterwarnings("ignore", category=FutureWarning)
21+
import matplotlib
22+
matplotlib.use('Agg')
2123

2224

2325
class Cytophenograph:

0 commit comments

Comments
 (0)