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

Method get_tick_direction

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

Source from the content-addressed store, hash-verified

157 self._tick_dir = direction
158
159 def get_tick_direction(self):
160 return self._tick_dir
161
162 def set_tick_out(self, b):
163 """

Callers 2

_update_ticksMethod · 0.80
_update_labelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected