sorbetto.annotation.annotation_text module

class sorbetto.annotation.annotation_text.AnnotationText(location: Importance | RankingScore | Point, label: str | None = None, **plt_kwargs)[source]

Bases: AbstractAnnotation

This type of annotation can be used to place a text on the Tile, next to the point corresponding to given importance values.

draw(tile: Tile, fig: Figure, ax: Axes) None[source]