MCPcopy Create free account
hub / github.com/vispy/vispy / normalize

Method normalize

vispy/visuals/spectrogram.py:138–140  ·  view source on GitHub ↗

The normalization setting

(self)

Source from the content-addressed store, hash-verified

136
137 @property
138 def normalize(self):
139 """The normalization setting"""
140 return self._normalize
141
142 @normalize.setter
143 def normalize(self, normalize):

Callers

nothing calls this directly

Calls 1

_update_imageMethod · 0.95

Tested by

no test coverage detected