Geometries

class ArtistKwargs

Bases: TypedDict

color: str
lw: float
linewidth: float
linestyle: str
alpha: float
zorder: int
arrowstyle: str | ArrowStyle
width: float
height: float
fill: bool
draw_circle_symbol(ax, circle, line_color, line_width)
Return type:

Artist

draw_circle(ax, center, radius, line_color, line_width)
Return type:

Artist

draw_triangle(ax, p0, p1, p2, line_color, line_width)
Return type:

Artist

draw_segment(ax, p0, p1, line_color, line_width)
Return type:

Artist

draw_arrow(ax, p0, p1, line_color, line_width)
Return type:

Artist

draw_complete_arrow(ax, p0, p1, line_color, line_width)
Return type:

Artist