Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_tick_space
Method
get_tick_space
lib/matplotlib/ticker.py:183–185 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
181
self._data_interval = (vmin, vmax)
182
183
def
get_tick_space(self):
184
# Just use the long-standing default of nbins==9
185
return
9
186
187
188
class
TickHelper:
Callers
3
_raw_ticks
Method · 0.45
tick_values
Method · 0.45
tick_values
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected