Generate a legend on a figure given lists of labels and property kwargs.
- Parameters:
- target
plot
object
- kwarg_listsequence of mapping
- label_listsequence of
str
- title
str
, optional
- artist_type{“line”, “scatter”, “rectangle”}, default “line”
- artist_kwargsmapping, optional
Passed to all visuals when generating legend miniatures.
- **kwargs
Passed to backend legend generating function.