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 d953c0b

Browse filesBrowse files
committed
Clarify a bit iter_ticks.
1 parent c056580 commit d953c0b
Copy full SHA for d953c0b

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axis.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axis.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ def _set_artist_props(self, a):
930930

931931
def iter_ticks(self):
932932
"""
933-
Iterate through all of the major and minor ticks.
933+
Yield ``(Tick, location, label)`` tuples for major and minor ticks.
934934
"""
935935
major_locs = self.get_majorticklocs()
936936
self.major.formatter.set_locs(major_locs)

0 commit comments

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