Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ create_dummy_axis
Method
create_dummy_axis
lib/matplotlib/ticker.py:194–196 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
192
self.axis = axis
193
194
def
create_dummy_axis(self, **kwargs):
195
if
self.axis is None:
196
self.axis = _DummyAxis(**kwargs)
197
198
199
class
Formatter(TickHelper):
Callers
15
__init__
Method · 0.80
__init__
Method · 0.80
legend_elements
Method · 0.80
clabel
Method · 0.80
test_date_formatter_usetex
Function · 0.80
_create_auto_date_locator
Function · 0.80
test_concise_formatter_usetex
Function · 0.80
test_yearlocator_pytz
Function · 0.80
_create_year_locator
Function · 0.80
test_warn_notintervals
Function · 0.80
test_DateLocator
Function · 0.80
test_subs
Method · 0.80
Calls
1
_DummyAxis
Class · 0.85
Tested by
15
test_date_formatter_usetex
Function · 0.64
_create_auto_date_locator
Function · 0.64
test_concise_formatter_usetex
Function · 0.64
test_yearlocator_pytz
Function · 0.64
_create_year_locator
Function · 0.64
test_warn_notintervals
Function · 0.64
test_DateLocator
Function · 0.64
test_subs
Method · 0.64
test_extending
Method · 0.64
test_symmetrizing
Method · 0.64
test_use_locale
Method · 0.64
test_cursor_dummy_axis
Method · 0.64