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 dbc693a commit a752d46Copy full SHA for a752d46
1 file changed
lib/matplotlib/axis.py
@@ -1013,7 +1013,7 @@ def _set_artist_props(self, a):
1013
1014
def iter_ticks(self):
1015
"""
1016
- Iterate through all of the major and minor ticks.
+ Yield ``(Tick, location, label)`` tuples for major and minor ticks.
1017
1018
major_locs = self.get_majorticklocs()
1019
major_labels = self.major.formatter.format_ticks(major_locs)
0 commit comments