sorbetto.annotation.annotation_geometric module

class sorbetto.annotation.annotation_geometric.AnnotationGeometric(geom: AbstractGeometricObject2D, name: str | None = None, **plt_kwargs)[source]

Bases: AbstractAnnotation

This type of annotation can be used with any fixed geometric object.

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