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 e5bcfa8 commit de62c6fCopy full SHA for de62c6f
lib/matplotlib/axis.py
@@ -1320,13 +1320,7 @@ def get_minor_formatter(self):
1320
return self.minor.formatter
1321
1322
def get_major_ticks(self, numticks=None):
1323
- """
1324
- Get the tick instances; grow as necessary.
1325
-
1326
- Returns
1327
- -------
1328
- list of `.Tick` objects
1329
+ r"""Return the list of major `.Tick`\s."""
1330
if numticks is None:
1331
numticks = len(self.get_majorticklocs())
1332
0 commit comments