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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
