Informatics Practices
Which argument must be set with plotting functions for legend() to display the legends ?
- data
- label
- name
- 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
1 Like
Related Questions
Which function would you use to set the limits for x-axis of the plot ?
- limits()
- xlimits()
- xlim()
- lim()
Which function is used to show legends ?
- display()
- show()
- legend()
- legends()
Which function is used to create a histogram ?
- histo()
- histogram()
- hist()
- histtype
Which argument in hist() is used to create a stacked bar type histogram ?
- histt
- histtype
- type
- barstacked