SimpleLegendItem

class qf_lib.plotting.decorators.simple_legend_item.SimpleLegendItem[source]

Bases: object

An item which can be added to a Legend in a simple way: by using its handle property. Handle is a reference to the matplotlib.Artist object.

Object which holds a reference to matplotlib’s object which can be plotted on the chart (so called Artist).