File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
66
77class 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
You can’t perform that action at this time.
0 commit comments