Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a649b1 commit e799a1dCopy full SHA for e799a1d
lib/matplotlib/ticker.py
@@ -2885,7 +2885,10 @@ def __init__(self, n=None):
2885
between major ticks.
2886
2887
If *n* is omitted or None, the value stored in rcParams will be used.
2888
- In case *n* is set to 'auto', it will be set to 4 or 5.
+ In case *n* is set to 'auto', it will be set to 4 or 5. If the distance
2889
+ between the major ticks equals 1, 2.5, 5 or 10 it can be perfectly
2890
+ divided in 5 equidistant sub-intervals with a length multiple of
2891
+ 0.05. Otherwise it is divided in 4 sub-intervals.
2892
"""
2893
self.ndivs = n
2894
0 commit comments