Update my_pages/rashomon_effect.py
Browse files
my_pages/rashomon_effect.py
CHANGED
|
@@ -56,7 +56,7 @@ def render():
|
|
| 56 |
|
| 57 |
# Highlight specific point
|
| 58 |
if highlight_point is not None:
|
| 59 |
-
ax.scatter(*highlight_point, c='yellow', edgecolors='black', s=200, zorder=5
|
| 60 |
|
| 61 |
ax.spines['right'].set_visible(False)
|
| 62 |
ax.spines['top'].set_visible(False)
|
|
|
|
| 56 |
|
| 57 |
# Highlight specific point
|
| 58 |
if highlight_point is not None:
|
| 59 |
+
ax.scatter(*highlight_point, c='yellow', edgecolors='black', s=200, zorder=5)
|
| 60 |
|
| 61 |
ax.spines['right'].set_visible(False)
|
| 62 |
ax.spines['top'].set_visible(False)
|