Increase size of red dots

This commit is contained in:
2023-03-15 09:22:36 +02:00
parent 6a2c84ccc4
commit 8841ebe9d8

View File

@@ -71,7 +71,7 @@ img1 = ax.scatter(x_succ, y_succ, z_succ, marker='s',
s=2, color='green')
img2 = ax.scatter(x_fail, y_fail, z_fail, marker='s',
s=0.1, color='red')
s=1, color='red')
# adding title and labels
ax.set_title("3D Heatmap")
ax.set_xlabel('X-axis')