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