seaborn_objects_recipes.recipes.straight_line#

Classes

StraightLine(artist_kws, color, alpha, ...)

Object drawing an horizontal or vertical line using the axline.

class seaborn_objects_recipes.recipes.straight_line.StraightLine(artist_kws: dict = <factory>, color: str | tuple | Mappable = <'C0'>, alpha: float | Mappable = <1>, linewidth: float | Mappable = <rc:lines.linewidth>, linestyle: str | Mappable = <rc:lines.linestyle>)#

Bases: Mark

Object drawing an horizontal or vertical line using the axline. Giving orient “x” will result in a vertical line.