AxesCoordinate

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

Bases: Coordinate

Coordinate which is bound to Axes object (e.g. right side of the Axes). In this system point (0,0) is a bottom left of the axes.

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) Transform[source]

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