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

Method get_pad

lib/mpl_toolkits/axisartist/axis_artist.py:330–336  ·  view source on GitHub ↗

Return the internal pad in points. See `.set_pad` for more details.

(self)

Source from the content-addressed store, hash-verified

328 self._pad = pad
329
330 def get_pad(self):
331 """
332 Return the internal pad in points.
333
334 See `.set_pad` for more details.
335 """
336 return self._pad
337
338 def get_ref_artist(self):
339 # docstring inherited

Callers 8

drawMethod · 0.95
get_window_extentMethod · 0.95
_draw_ticksMethod · 0.45
test_axes3d_labelpadFunction · 0.45
drawMethod · 0.45
get_window_extentsMethod · 0.45
LABELPADMethod · 0.45
_update_offsetTextMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_axes3d_labelpadFunction · 0.36