Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
481
class
CheckButtons(AxesWidget):
Callers
2
nonetree
Function · 0.45
func
Method · 0.45
Calls
1
set_val
Method · 0.95
Tested by
no test coverage detected