Informatics Practices

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

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

PyPlot

3 Likes

Answer

label

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

Answered By

3 Likes


Related Questions