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

Method LABELPAD

lib/mpl_toolkits/axisartist/axis_artist.py:689–690  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

687
688 @property
689 def LABELPAD(self):
690 return self.label.get_pad()
691
692 @LABELPAD.setter
693 def LABELPAD(self, v):

Callers

nothing calls this directly

Calls 2

get_padMethod · 0.45
set_padMethod · 0.45

Tested by

no test coverage detected