HeatMapChartDecorator

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

Bases: 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.).