CBSE Class 12 Informatics Practices Question 61 of 147

Plotting with Pyplot — Question 26

Back to all questions
26
Question

Question 26

Which argument must be set with plotting functions for legend() to display the legends ?

  1. data
  2. label
  3. name
  4. sequence
Answer

label

Reason — The label argument must be set with plotting functions for the legend() function to display the legends correctly.