Spaces:
Sleeping
Sleeping
fx2
Browse files
app.py
CHANGED
@@ -271,11 +271,6 @@ def plot_expression_RIGID(arousal, dominance, valence):
|
|
271 |
verticalalignment="top",
|
272 |
)
|
273 |
|
274 |
-
COLORMAP = plt.get_cmap('coolwarm')
|
275 |
-
N_PIX = 5
|
276 |
-
|
277 |
-
matplotlib.rcParams['mathtext.fontset'] = 'stix'
|
278 |
-
matplotlib.rcParams['font.family'] = 'STIXGeneral'
|
279 |
|
280 |
def explode(data):
|
281 |
'''replicate 16 x 16 x 16 cube to edges array 31 x 31 x 31'''
|
|
|
271 |
verticalalignment="top",
|
272 |
)
|
273 |
|
|
|
|
|
|
|
|
|
|
|
274 |
|
275 |
def explode(data):
|
276 |
'''replicate 16 x 16 x 16 cube to edges array 31 x 31 x 31'''
|