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 b396481 commit 7867d90Copy full SHA for 7867d90
1 file changed
examples/widgets/radio_buttons.py
@@ -45,7 +45,7 @@ def colorfunc(label):
45
radio2.on_clicked(colorfunc)
46
47
rax = fig.add_axes([0.05, 0.1, 0.15, 0.15], facecolor=axcolor)
48
-radio3 = RadioButtons(rax, ('-', '--', '-.', 'steps', ':'))
+radio3 = RadioButtons(rax, ('-', '--', '-.', ':'))
49
50
51
def stylefunc(label):
0 commit comments