@@ -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
@@ -1606,6 +1618,8 @@ def __init__(self, ax, labels, active=0, activecolor=None, *,
1606
1618
See the tutorial :doc:`/tutorials/advanced/blitting` for details.
1607
1619
label_props : dict or list of dict, optional
1608
1620
Dictionary of `.Text` properties to be used for the labels.
1621
+
1622
+ .. versionadded:: 3.7
1609
1623
radio_props : dict, optional
1610
1624
Dictionary of scatter `.Collection` properties to be used for the
1611
1625
radio buttons. Defaults to (label font size / 2)**2 size, black
@@ -1615,6 +1629,8 @@ def __init__(self, ax, labels, active=0, activecolor=None, *,
1615
1629
If a facecolor is supplied in *radio_props*, it will override
1616
1630
*activecolor*. This may be used to provide an active color per
1617
1631
button.
1632
+
1633
+ .. versionadded:: 3.7
1618
1634
"""
1619
1635
super ().__init__ (ax )
1620
1636
@@ -1716,6 +1732,8 @@ def set_label_props(self, props):
1716
1732
"""
1717
1733
Set properties of the `.Text` labels.
1718
1734
1735
+ .. versionadded:: 3.7
1736
+
1719
1737
Parameters
1720
1738
----------
1721
1739
props : dict
@@ -1730,6 +1748,8 @@ def set_radio_props(self, props):
1730
1748
"""
1731
1749
Set properties of the `.Text` labels.
1732
1750
1751
+ .. versionadded:: 3.7
1752
+
1733
1753
Parameters
1734
1754
----------
1735
1755
props : dict
0 commit comments