The plot module allows the user to draw lines.
Line
class etki.plot.Line(x1, y1, x2, y2, *, color='black')
x1
The starting x-coordinate of the Line.
float
y1
The starting y-coordinate of the Line.
x2
The ending x-coordinate of the Line
y2
The ending y-coordinate of the Line
color
The color of the Line
str
Optional
Last updated 1 year ago