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

Method set_rotate_label

lib/mpl_toolkits/mplot3d/axis3d.py:255–261  ·  view source on GitHub ↗

Whether to rotate the axis label: True, False or None. If set to None the label will be rotated if longer than 4 chars.

(self, val)

Source from the content-addressed store, hash-verified

253 self.stale = True
254
255 def set_rotate_label(self, val):
256 """
257 Whether to rotate the axis label: True, False or None.
258 If set to None the label will be rotated if longer than 4 chars.
259 """
260 self._rotate_label = val
261 self.stale = True
262
263 def get_rotate_label(self, text):
264 if self._rotate_label is not None:

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected