Question
Informatics Practices Question on Plotting Data using Matplotlib
Study the statements linked to the plotting graph using matplotlib.
(A) plot() function is used to create a line chart
(B) show() function display graph on screen
(C) x label() is used to given label for x axis
(D) y axis() is used to give label for y axis
(E) matplotlib.pyplot library is to be imported for graphs
Choose thecorrect answer from the options given below :
A
(A), (B), (C), (D) and (E)
B
(A), (B), (C) and (D)
C
(A), (B), (D) and (E)
D
(A), (B), (C) and (E)
Answer
(A), (B), (C) and (E)
Explanation
Solution
The correct option is(D): (A), (B), (C) and (E)