Informatics Practices
Write the statement to import PyPlot in your script.
PyPlot
1 Like
Answer
The statement to import PyPlot in our script is as follows:
import matplotlib.pyplot as plt
Answered By
3 Likes
Related Questions
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.
Name the library of which the PyPlot is an interface.
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
What is a line chart ?