AxesLabelDecorator

class qf_lib.plotting.decorators.axes_label_decorator.AxesLabelDecorator(x_label: Optional[str] = None, y_label: Optional[str] = None, secondary_y_label: Optional[str] = None, key: Optional[str] = None)[source]

Bases: ChartDecorator

Creates a new axes label decorator that shows the specified x_label and y_label on the chart.

Methods:

decorate(chart)

Modifies the axes object taken from the chart (e.g.

decorate(chart: Chart)[source]

Modifies the axes object taken from the chart (e.g. adds legend, draws cone, etc.).