Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8345d4c commit adb1754Copy full SHA for adb1754
1 file changed
examples/widgets/lasso_selector_demo.py
@@ -5,7 +5,7 @@
5
6
7
class SelectFromCollection(object):
8
- """Select indices from a matplotlib collection using :class:`LassoSelector`.
+ """Select indices from a matplotlib collection using `LassoSelector`.
9
10
Selected indices are saved in the `ind` attribute. This tool highlights
11
selected points by fading them out (i.e., reducing their alpha values).
@@ -16,10 +16,10 @@ class SelectFromCollection(object):
16
17
Parameters
18
----------
19
- ax : :class:`Axes`
+ ax : :class:`~matplotlib.axes.Axes`
20
Axes to interact with.
21
22
- collection : :class:`Collection`
+ collection : :class:`matplotlib.collections.Collection` subclass
23
Collection you want to select from.
24
25
alpha_other : 0 <= float <= 1
0 commit comments