Skip to content

Typos in doc of vlines #2943

@cloudhan

Description

@cloudhan

Help on function vlines in module matplotlib.pyplot:

vlines(x, ymin, ymax, colors='k', linestyles='solid', label='', hold=None, **kwargs)
Plot vertical lines.

Plot vertical lines at each x from ymin to ymax.

Parameters

x : scalar or 1D array_like
x-indexes where to plot the lines.

xmin, xmax : scalar or 1D array_like
Respective beginning and end of each line. If scalars are
provided, all lines will have same length.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions