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

Method set_axis

lib/matplotlib/ticker.py:191–192  ·  view source on GitHub ↗
(self, axis)

Source from the content-addressed store, hash-verified

189 axis = None
190
191 def set_axis(self, axis):
192 self.axis = axis
193
194 def create_dummy_axis(self, **kwargs):
195 if self.axis is None:

Callers 5

_set_formatterMethod · 0.45
set_major_locatorMethod · 0.45
set_minor_locatorMethod · 0.45
_remove_axesMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected