import matplotlib.pyplot as plt
イメージした声に近いかどうか = [4, 2, 3, 0, 3, 0, 6,3,1]
演技の上手さ = [3, 4, 5, 1, 6, 1,3,0,5]

plt.scatter(イメージした声に近いかどうか, 演技の上手さ)
plt.title("Scatter Plot")
plt.show()

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: