draw_polyline method

draw_polyline

Draws a polyline.

def draw_polyline(self, x_points, y_points, n_points):
    ...
ParameterTypeDescription
x_pointslistX coordinates of points.
y_pointslistY coordinate of points.
n_pointsintThe number of points.

draw_polyline

Draws a polyline.

def draw_polyline(self, x_points, y_points, n_points):
    ...
ParameterTypeDescription
x_pointslistX coordinates of points.
y_pointslistY coordinate of points.
n_pointsintThe number of points.

See Also