Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd99b3d

Browse files
committed
DOC: Add numpydoc headings to lines.
1 parent 16dc07a commit fd99b3d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

lib/matplotlib/lines.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,8 +1493,12 @@ def process_selected(self, ind, xs, ys):
14931493
Default "do nothing" implementation of the
14941494
:meth:`process_selected` method.
14951495
1496-
*ind* are the indices of the selected vertices. *xs* and *ys*
1497-
are the coordinates of the selected vertices.
1496+
Parameters
1497+
----------
1498+
ind : list of int
1499+
The indices of the selected vertices.
1500+
xs, ys : array-like
1501+
The coordinates of the selected vertices.
14981502
"""
14991503
pass
15001504

0 commit comments

Comments
 (0)