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
Komalsri123
Sum of two numbers
Ugly number
Simple calculator
Lesson 3 HW-Final
reduce lambda
Ortalama
Homework exercise
metods.py
Lesson 9 hw