Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
mat
import matplotlib.pyplot as plt x=["Ramesh","Priya","Suresh","Akshay","Roopa"] y=[74,23,80,34,99] plt.title("Student marks Bar Graph") plt.xlabel("Student Name") plt.bar(x,y) for(i,j) in zip (x,y): plt.annotate (j,(i,j)) plt.show()
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Convert String to Lower Case
24jan py
dict()
WORD THING
EJ_2_python_20.068.214-9_20.116.927-5
snake water gun correct
Calculate Volume of Sphere
guess
even odd
try1
Please log in to post a comment.