MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / colorfunc

Function colorfunc

Pyto/Samples/Matplotlib/slider_demo.py:55–57  ·  view source on GitHub ↗
(label)

Source from the content-addressed store, hash-verified

53
54
55def colorfunc(label):
56 l.set_color(label)
57 fig.canvas.draw_idle()
58radio.on_clicked(colorfunc)
59
60plt.show()

Callers

nothing calls this directly

Calls 2

set_colorMethod · 0.45
draw_idleMethod · 0.45

Tested by

no test coverage detected