Skip to content

Commit adb1754

Browse files
committed
DOC: Fix sphinx class references.
1 parent 8345d4c commit adb1754

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/widgets/lasso_selector_demo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
class SelectFromCollection(object):
8-
"""Select indices from a matplotlib collection using :class:`LassoSelector`.
8+
"""Select indices from a matplotlib collection using `LassoSelector`.
99
1010
Selected indices are saved in the `ind` attribute. This tool highlights
1111
selected points by fading them out (i.e., reducing their alpha values).
@@ -16,10 +16,10 @@ class SelectFromCollection(object):
1616
1717
Parameters
1818
----------
19-
ax : :class:`Axes`
19+
ax : :class:`~matplotlib.axes.Axes`
2020
Axes to interact with.
2121
22-
collection : :class:`Collection`
22+
collection : :class:`matplotlib.collections.Collection` subclass
2323
Collection you want to select from.
2424
2525
alpha_other : 0 <= float <= 1

0 commit comments

Comments
 (0)