FigureCoordinate

class qf_lib.plotting.decorators.coordinate.FigureCoordinate(value: float)[source]

Bases: qf_lib.plotting.decorators.coordinate.Coordinate

Coordinate which is bound to Figure object (e.g. top of the Figure). In this system point (0,0) is a bottom left of the figure.

Methods

get_transformation(chart)

Returns the proper transformation which transforms coordinate from the absolute system to a specific one (depends on the implementation).

get_transformation(chart: Chart) → matplotlib.transforms.Transform[source]

Returns the proper transformation which transforms coordinate from the absolute system to a specific one (depends on the implementation).