Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit de62c6f

Browse filesBrowse files
committed
Change documentation of get_major_ticks to remove irrelevant details
1 parent e5bcfa8 commit de62c6f
Copy full SHA for de62c6f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-7
lines changed

‎lib/matplotlib/axis.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axis.py
+1-7Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,13 +1320,7 @@ def get_minor_formatter(self):
13201320
return self.minor.formatter
13211321

13221322
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-
"""
1323+
r"""Return the list of major `.Tick`\s."""
13301324
if numticks is None:
13311325
numticks = len(self.get_majorticklocs())
13321326

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.