Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vispy/vispy
/ _update_image
Method
_update_image
vispy/visuals/spectrogram.py:164–169 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
162
return
None
163
164
def
_update_image(self):
165
data = self._calculate_spectrogram()
166
self.set_data(data)
167
self.update()
168
if
self._clim_auto:
169
self.clim =
'auto'
Callers
7
x
Method · 0.95
n_fft
Method · 0.95
step
Method · 0.95
fs
Method · 0.95
window
Method · 0.95
color_scale
Method · 0.95
normalize
Method · 0.95
Calls
3
_calculate_spectrogram
Method · 0.95
set_data
Method · 0.45
update
Method · 0.45
Tested by
no test coverage detected