Update my_pages/rashomon_effect.py
Browse files
my_pages/rashomon_effect.py
CHANGED
|
@@ -67,7 +67,7 @@ def render():
|
|
| 67 |
|
| 68 |
# Highlight specific point
|
| 69 |
if highlight_point is not None:
|
| 70 |
-
ax.scatter(*highlight_point, c='green', edgecolors='
|
| 71 |
|
| 72 |
ax.spines['right'].set_visible(False)
|
| 73 |
ax.spines['top'].set_visible(False)
|
|
|
|
| 67 |
|
| 68 |
# Highlight specific point
|
| 69 |
if highlight_point is not None:
|
| 70 |
+
ax.scatter(*highlight_point, c='green', edgecolors='yellow', s=200, zorder=5, linewidths=4)
|
| 71 |
|
| 72 |
ax.spines['right'].set_visible(False)
|
| 73 |
ax.spines['top'].set_visible(False)
|