MCPcopy 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
199class Formatter(TickHelper):

Callers 15

__init__Method · 0.80
__init__Method · 0.80
legend_elementsMethod · 0.80
clabelMethod · 0.80
test_yearlocator_pytzFunction · 0.80
_create_year_locatorFunction · 0.80
test_warn_notintervalsFunction · 0.80
test_DateLocatorFunction · 0.80
test_subsMethod · 0.80

Calls 1

_DummyAxisClass · 0.85

Tested by 15

test_yearlocator_pytzFunction · 0.64
_create_year_locatorFunction · 0.64
test_warn_notintervalsFunction · 0.64
test_DateLocatorFunction · 0.64
test_subsMethod · 0.64
test_extendingMethod · 0.64
test_symmetrizingMethod · 0.64
test_use_localeMethod · 0.64