Skip to content

Commit

Permalink
Update plotting graph.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharatpathak08 authored Apr 19, 2023
1 parent b9344fe commit cc8f8ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plotting graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
"x": [i for i in range(1,10)],
"y": [i * i for i in range(1,10)]
}

plt.scatter(
data["x"],
data["y"],
marker = "o"
)
plt.show()
plt.show()

0 comments on commit cc8f8ac

Please sign in to comment.