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

Method reset

site-packages/matplotlib/widgets.py:475–478  ·  view source on GitHub ↗

Reset the slider to the initial value

(self)

Source from the content-addressed store, hash-verified

473 pass
474
475 def reset(self):
476 """Reset the slider to the initial value"""
477 if self.val != self.valinit:
478 self.set_val(self.valinit)
479
480
481class CheckButtons(AxesWidget):

Callers 2

nonetreeFunction · 0.45
funcMethod · 0.45

Calls 1

set_valMethod · 0.95

Tested by

no test coverage detected