Skip to content

Commit 1f70d7a

Browse files
authored
Strike trailing white space
1 parent 419f6d3 commit 1f70d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/ticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2256,7 +2256,7 @@ def tick_values(self, vmin, vmax):
22562256
# than one minor tick, switch to AutoLocator.
22572257
ticklocs = AutoLocator().tick_values(vmin, vmax)
22582258
# Don't overstrike the major labels. Assumes major locs are
2259-
# at b = self._base
2259+
# at b = self._base
22602260
ticklocs = ticklocs[
22612261
~is_close_to_int(np.log(ticklocs) / np.log(b))]
22622262
return ticklocs

0 commit comments

Comments
 (0)