MCPcopy 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
188class TickHelper:

Callers 3

_raw_ticksMethod · 0.45
tick_valuesMethod · 0.45
tick_valuesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected