MCPcopy Create free account
hub / github.com/matplotlib/matplotlib / __init__

Method __init__

lib/mpl_toolkits/axisartist/axis_artist.py:309–314  ·  view source on GitHub ↗
(self, *args, axis_direction="bottom", axis=None, **kwargs)

Source from the content-addressed store, hash-verified

307 """
308
309 def __init__(self, *args, axis_direction="bottom", axis=None, **kwargs):
310 self._axis = axis
311 self._pad = 5
312 self._external_pad = 0 # in pixels
313 LabelBase.__init__(self, *args, **kwargs)
314 self.set_axis_direction(axis_direction)
315
316 def set_pad(self, pad):
317 """

Callers

nothing calls this directly

Calls 2

set_axis_directionMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected