Skip to content

Commit 0232c5b

Browse files
committed
use non-gui matplotlib backend
1 parent f3571b7 commit 0232c5b

File tree

299 files changed

+10
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

299 files changed

+10
-0
lines changed

analysis/BehavioralBrain.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import numpy
22
import pandas as pd
3+
import matplotlib
4+
matplotlib.use('Agg')
5+
36
import matplotlib.pyplot as plt
7+
48
import seaborn as sns
59
import scipy
610

analysis/BehavioralSubjective.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
import numpy
55
import pandas as pd
6+
import matplotlib
7+
matplotlib.use('Agg')
8+
69
import matplotlib.pyplot as plt
710
import seaborn as sns
811
import scipy

analysis/BrainActivationAnalysis.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import matplotlib
2+
matplotlib.use('Agg')
3+
14
import matplotlib.pyplot as plt
25
import numpy
36
import pandas as pd
11 Bytes
Binary file not shown.
1 Byte
Binary file not shown.
7 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
-7 Bytes
Binary file not shown.
10 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)