Question:

What inference can you make out of the following code ?
plt.plot(x, y) plt.plot(x, z)
plt.legend(loc= "upper left”)

Updated On: Sep 12, 2024
  • Line graph with legend will be plotted
  • Line graph with legend will not print
  • Line graph will only be printed/plotted
  • Only legend will be seen
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

The correct option is(C): Line graph will only be printed/plotted
Was this answer helpful?
0
0