-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed as not planned
Labels
Description
x = [5, 7, 8, 7, 2]
y = [99, 86, 87, 88, 100]
plt.scatter(x, y, color='red', marker='x')
plt.title("Contoh Grafik Scatter")
plt.xlabel("Sumbu X")
plt.ylabel("Sumbu Y")
plt.show()
Originally posted by @cutdeby034-max in f230525