HeatMapChartDecorator

class qf_lib.plotting.charts.heatmap.heatmap_chart_decorator.HeatMapChartDecorator(key: str = None)[source]

Bases: qf_lib.plotting.decorators.chart_decorator.ChartDecorator

Methods

decorate(chart)

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

abstract decorate(chart: HeatMapChart)[source]

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