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

Method get_label_position

lib/mpl_toolkits/mplot3d/axis3d.py:226–235  ·  view source on GitHub ↗

Get the label position. Returns ------- str : {'lower', 'upper', 'both', 'default', 'none'} The position of the axis label.

(self)

Source from the content-addressed store, hash-verified

224 self._label_position = position
225
226 def get_label_position(self):
227 """
228 Get the label position.
229
230 Returns
231 -------
232 str : {'lower', 'upper', 'both', 'default', 'none'}
233 The position of the axis label.
234 """
235 return self._label_position
236
237 def set_pane_color(self, color, alpha=None):
238 """

Callers 1

toggleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected