Spaces:
Running
Running
Update functions/heat_map_functions.py
Browse files
functions/heat_map_functions.py
CHANGED
|
@@ -437,7 +437,8 @@ def heat_map_plot_hex_whiff(df:pl.DataFrame,
|
|
| 437 |
heatmap_df['is_whiff'] = heatmap_df['is_whiff'].fillna(0)
|
| 438 |
|
| 439 |
if scatter:
|
| 440 |
-
|
|
|
|
| 441 |
x='px',
|
| 442 |
y='pz',
|
| 443 |
ec = 'black',
|
|
|
|
| 437 |
heatmap_df['is_whiff'] = heatmap_df['is_whiff'].fillna(0)
|
| 438 |
|
| 439 |
if scatter:
|
| 440 |
+
|
| 441 |
+
sns.scatterplot(data=heatmap_df,
|
| 442 |
x='px',
|
| 443 |
y='pz',
|
| 444 |
ec = 'black',
|