Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit1f70d7a

Browse files
authored
Strike trailing white space
1 parent419f6d3 commit1f70d7a

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
returnticklocs

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp