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 c292827 commit 381bc48Copy full SHA for 381bc48
1 file changed
examples/widgets/slider_demo.py
@@ -59,4 +59,7 @@ def colorfunc(label):
59
fig.canvas.draw_idle()
60
radio.on_clicked(colorfunc)
61
62
+# Initialize plot with correct initial active value
63
+colorfunc(radio.value_selected)
64
+
65
plt.show()
0 commit comments