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 the correct answer from the options given below :