There was an error while loading. Please reload this page.
2 parents 4cdeb44 + 7867d90 commit 9a259fdCopy full SHA for 9a259fd
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