Advertisements
Advertisements
प्रश्न
Fill the missing statement:
import matplotlib. pyplot as plt
marks = [30, 10, 55, 70, 50, 25, 75, 49, 28, 81]
plt. ______ (marks, bins=' auto', color=' green')
plt. show()
विकल्प
Plot
Bar
Hist
Line
MCQ
रिक्त स्थान भरें
Advertisements
उत्तर
import matplotlib. pyplot as plt
marks = [30, 10, 55, 70, 50, 25, 75, 49, 28, 81]
plt. Hist (marks, bins=' auto', color=' green')
plt. show()
shaalaa.com
Introduction of Plotting Data Using Matplotlib
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
