Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_formatter
Method · 0.45
set_major_locator
Method · 0.45
set_minor_locator
Method · 0.45
_remove_axes
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected