Question:

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 :

Updated On: Sep 12, 2024
  • (A), (B), (C), (D) and (E)
  • (A), (B), (C) and (D)
  • (A), (B), (D) and (E)
  • (A), (B), (C) and (E)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

The correct option is(D): (A), (B), (C) and (E)
Was this answer helpful?
0
0