@@ -1015,14 +1015,20 @@ def __init__(self, ax, labels, actives=None, *, useblit=True,
1015
1015
See the tutorial :doc:`/tutorials/advanced/blitting` for details.
1016
1016
label_props : dict, optional
1017
1017
Dictionary of `.Text` properties to be used for the labels.
1018
+
1019
+ .. versionadded:: 3.7
1018
1020
frame_props : dict, optional
1019
1021
Dictionary of scatter `.Collection` properties to be used for the
1020
1022
check button frame. Defaults (label font size / 2)**2 size, black
1021
1023
edgecolor, no facecolor, and 1.0 linewidth.
1024
+
1025
+ .. versionadded:: 3.7
1022
1026
check_props : dict, optional
1023
1027
Dictionary of scatter `.Collection` properties to be used for the
1024
1028
check button check. Defaults to (label font size / 2)**2 size,
1025
1029
black color, and 1.0 linewidth.
1030
+
1031
+ .. versionadded:: 3.7
1026
1032
"""
1027
1033
super ().__init__ (ax )
1028
1034
@@ -1120,6 +1126,8 @@ def set_label_props(self, props):
1120
1126
"""
1121
1127
Set properties of the `.Text` labels.
1122
1128
1129
+ .. versionadded:: 3.7
1130
+
1123
1131
Parameters
1124
1132
----------
1125
1133
props : dict
@@ -1134,6 +1142,8 @@ def set_frame_props(self, props):
1134
1142
"""
1135
1143
Set properties of the check button frames.
1136
1144
1145
+ .. versionadded:: 3.7
1146
+
1137
1147
Parameters
1138
1148
----------
1139
1149
props : dict
@@ -1149,6 +1159,8 @@ def set_check_props(self, props):
1149
1159
"""
1150
1160
Set properties of the check button checks.
1151
1161
1162
+ .. versionadded:: 3.7
1163
+
1152
1164
Parameters
1153
1165
----------
1154
1166
props : dict
@@ -1608,6 +1620,8 @@ def __init__(self, ax, labels, active=0, activecolor=None, *,
1608
1620
See the tutorial :doc:`/tutorials/advanced/blitting` for details.
1609
1621
label_props : dict or list of dict, optional
1610
1622
Dictionary of `.Text` properties to be used for the labels.
1623
+
1624
+ .. versionadded:: 3.7
1611
1625
radio_props : dict, optional
1612
1626
Dictionary of scatter `.Collection` properties to be used for the
1613
1627
radio buttons. Defaults to (label font size / 2)**2 size, black
@@ -1617,6 +1631,8 @@ def __init__(self, ax, labels, active=0, activecolor=None, *,
1617
1631
If a facecolor is supplied in *radio_props*, it will override
1618
1632
*activecolor*. This may be used to provide an active color per
1619
1633
button.
1634
+
1635
+ .. versionadded:: 3.7
1620
1636
"""
1621
1637
super ().__init__ (ax )
1622
1638
@@ -1718,6 +1734,8 @@ def set_label_props(self, props):
1718
1734
"""
1719
1735
Set properties of the `.Text` labels.
1720
1736
1737
+ .. versionadded:: 3.7
1738
+
1721
1739
Parameters
1722
1740
----------
1723
1741
props : dict
@@ -1732,6 +1750,8 @@ def set_radio_props(self, props):
1732
1750
"""
1733
1751
Set properties of the `.Text` labels.
1734
1752
1753
+ .. versionadded:: 3.7
1754
+
1735
1755
Parameters
1736
1756
----------
1737
1757
props : dict
0 commit comments