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

Method get_rotate_label

lib/mpl_toolkits/mplot3d/axis3d.py:263–267  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

261 self.stale = True
262
263 def get_rotate_label(self, text):
264 if self._rotate_label is not None:
265 return self._rotate_label
266 else:
267 return len(text) > 4
268
269 def _get_coord_info(self):
270 # Get scaled limits directly from the axes helper

Callers 1

_draw_labelsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected