Coordinate

class qf_lib.plotting.decorators.coordinate.Coordinate(value: object)[source]

Bases: object

Base class for coordinates.

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