Informatics Practices
Name the library of which the PyPlot is an interface.
PyPlot
1 Like
Answer
PyPlot is an interface provided by the Matplotlib library.
Answered By
2 Likes
Related Questions
Assertion. Five-point statistical summary of a data set can be visually represented.
Reason. The boxplot() function can plot the highest and lowest numbers of a data range, its median along with the upper and lower quartiles.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Assertion. Line graph is a tool for comparison and is created by plotting a series of several points and connecting them with a straight line.
Reason. You should never use a line chart when the chart is in a continuous data set.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Write the statement to import PyPlot in your script.
Name the functions to create the following :
(a) line chart
(b) bar chart
(c) horizontal bar chart
(d) histogram
(e) scatter chart
(j) boxplot
(g) pie chart