StemDecorator

class qf_lib.plotting.decorators.stem_decorator.StemDecorator(series: qf_lib.containers.series.qf_series.QFSeries, key: str = None, marker_props: Mapping[str, Any] = None, stemline_props: Mapping[str, Any] = None, baseline_props: Mapping[str, Any] = None)[source]

Bases: qf_lib.plotting.decorators.chart_decorator.ChartDecorator, qf_lib.plotting.decorators.simple_legend_item.SimpleLegendItem

A simple decorator that displays a single series in a form of stems.

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