Upload app.py
Browse files
app.py
CHANGED
@@ -417,7 +417,8 @@ def infer_chest_cf(*args):
|
|
417 |
effect = get_fig_arr(
|
418 |
effect,
|
419 |
cmap="RdBu_r",
|
420 |
-
norm=MidpointNormalize(
|
|
|
421 |
)
|
422 |
cf_x = get_fig_arr(cf_x)
|
423 |
cf_x_std = get_fig_arr(cf_x_std, cmap="jet")
|
|
|
417 |
effect = get_fig_arr(
|
418 |
effect,
|
419 |
cmap="RdBu_r",
|
420 |
+
norm=MidpointNormalize(midpoint=0),
|
421 |
+
# norm=MidpointNormalize(vmin=effect.min(), midpoint=0, vmax=effect.max()),
|
422 |
)
|
423 |
cf_x = get_fig_arr(cf_x)
|
424 |
cf_x_std = get_fig_arr(cf_x_std, cmap="jet")
|