Spaces:
Running
Running
Update functions/heat_map_functions.py
Browse files
functions/heat_map_functions.py
CHANGED
|
@@ -538,7 +538,7 @@ def heat_map_plot_hex_damage(df:pl.DataFrame,
|
|
| 538 |
palette=cmap,
|
| 539 |
hue='woba_pred_contact',
|
| 540 |
hue_norm=mcolors.Normalize(vmin=0, vmax=0.5), # <- HERE
|
| 541 |
-
legend=False
|
| 542 |
ax=ax)
|
| 543 |
|
| 544 |
|
|
|
|
| 538 |
palette=cmap,
|
| 539 |
hue='woba_pred_contact',
|
| 540 |
hue_norm=mcolors.Normalize(vmin=0, vmax=0.5), # <- HERE
|
| 541 |
+
legend=False,
|
| 542 |
ax=ax)
|
| 543 |
|
| 544 |
|