nesticot commited on
Commit
fecba2f
·
verified ·
1 Parent(s): 83239ab

Update functions/heat_map_functions.py

Browse files
Files changed (1) hide show
  1. functions/heat_map_functions.py +1 -1
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