Informatics Practices
Fill in the blanks:
Using Python Matplotlib _________ can be used to count how many values fall into each interval. (line plot / bar graph / histogram)
PyPlot
3 Likes
Answer
histogram
Answered By
1 Like
Related Questions
Fill in the blanks:
The _________ argument in a boxplot() creates a notched boxplot.
Fill in the blanks:
The _________ argument of legend() provides the location of legend.
PyPlot is a sub-library of matplotlib library.
Statement import pyplot.matplotlib is a valid statement for working on pyplot functions.