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

Method minor

lib/matplotlib/ticker.py:2907–2908  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2905
2906 @property
2907 def minor(self):
2908 return self._minor
2909
2910 @minor.setter
2911 def minor(self, value):

Callers

nothing calls this directly

Calls 1

set_paramsMethod · 0.95

Tested by

no test coverage detected