We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82cad9 commit 91f16c2Copy full SHA for 91f16c2
scripts/markers.py
@@ -27,7 +27,6 @@
27
".", "o", "s", "P", "X", "*", "p", "D", "<", ">", "^", "v", ]
28
for x, y, marker in zip(X, Y, markers):
29
if y == 3: fc = "white"
30
- elif y == 2: fc = "None"
31
else: fc = "C1"
32
plt.scatter(x, 1+y, s=100, marker=marker, fc=fc, ec="C1", lw=0.5)
33
0 commit comments