Run Code
|
API
|
Code Wall
|
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
N. Py
Hello
khud ki kalakari
problem
RCM Distributor info.
ggh
max area rectangle
Guessing game
circle
Itertools-Cartesian-Product-var-args