Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vispy/vispy
/ x
Method
x
vispy/visuals/spectrogram.py:72–74 ·
view source on GitHub ↗
The original signal
(self)
Source
from the content-addressed store, hash-verified
70
71
@property
72
def
x(self):
73
""
"The original signal"
""
74
return
self._x
75
76
@x.setter
77
def
x(self, x):
Callers
nothing calls this directly
Calls
1
_update_image
Method · 0.95
Tested by
no test coverage detected