We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6663149 commit cde8c89Copy full SHA for cde8c89
1 file changed
lib/matplotlib/widgets.py
@@ -1152,7 +1152,7 @@ class CheckButtons(_Buttons):
1152
For the check buttons to remain responsive you must keep a
1153
reference to this object.
1154
1155
- Connect to the CheckButtons with the `.on_clicked` method.
+ Connect to the CheckButtons with the `~._Buttons.on_clicked` method.
1156
1157
Attributes
1158
----------
@@ -1652,7 +1652,7 @@ class RadioButtons(_Buttons):
1652
For the buttons to remain responsive you must keep a reference to this
1653
object.
1654
1655
- Connect to the RadioButtons with the `.on_clicked` method.
+ Connect to the RadioButtons with the `~._Buttons.on_clicked` method.
1656
1657
1658
0 commit comments