-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
@IssaAlwjih
Description
import matplotlib.pyplot as plt
x = [1, 2, 3, 4]
y = [10, 20, 25, 30]
plt.plot(x, y)
plt.title("مثال رسم بياني")
plt.xlabel("X")
plt.ylabel("Y")
plt.grid(True)
plt.show()
Metadata
Metadata
Assignees
Labels
No labels