Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_ticks
Method · 0.80
_update_label
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected