MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_clim

Method get_clim

lib/matplotlib/colorizer.py:277–281  ·  view source on GitHub ↗

Return the values (min, max) that are mapped to the colormap limits.

(self)

Source from the content-addressed store, hash-verified

275 self.norm.callbacks.process('changed')
276
277 def get_clim(self):
278 """
279 Return the values (min, max) that are mapped to the colormap limits.
280 """
281 return self.norm.vmin, self.norm.vmax
282
283 def changed(self):
284 """

Callers 6

vminMethod · 0.95
vmaxMethod · 0.95
get_climMethod · 0.45
figure_editFunction · 0.45
on_changedMethod · 0.45
test_hexbin_log_climFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_hexbin_log_climFunction · 0.36