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

Method _get_interval

lib/matplotlib/dates.py:1115–1119  ·  view source on GitHub ↗

Return the number of units for each tick.

(self)

Source from the content-addressed store, hash-verified

1113 return 1
1114
1115 def _get_interval(self):
1116 """
1117 Return the number of units for each tick.
1118 """
1119 return 1
1120
1121 def nonsingular(self, vmin, vmax):
1122 """

Callers 1

nonsingularMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected