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

Method set_ticks

lib/matplotlib/axes/_secondary_axes.py:166–169  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

164
165 @functools.wraps(Axis.set_ticks)
166 def set_ticks(self, *args, **kwargs):
167 ret = self._axis.set_ticks(*args, **kwargs)
168 self._ticks_set = True
169 return ret
170
171 def set_functions(self, functions):
172 """

Callers 12

barMethod · 0.45
grouped_barMethod · 0.45
test_label_without_ticksFunction · 0.45
test_colorbar_get_ticksFunction · 0.45
test_colorbar_renormFunction · 0.45
test_colorbar_alignFunction · 0.45
test_outward_ticksFunction · 0.45
convertMethod · 0.45

Calls

no outgoing calls