MCPcopy 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

xMethod · 0.95
n_fftMethod · 0.95
stepMethod · 0.95
fsMethod · 0.95
windowMethod · 0.95
color_scaleMethod · 0.95
normalizeMethod · 0.95

Calls 3

set_dataMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected