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

Commit0534ee5

Browse files
Remove a redundant comma
The comma doesn't have any effect, but triggers a lint warning: Expression value is unused.(`a,` means the tuple `(a,)`)
1 parent50fc5dd commit0534ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/matplotlib/scale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def set_default_locators_and_formatters(self, axis):
576576
ifself._base>1:
577577
axis.set_major_formatter(LogFormatterSciNotation(self._base))
578578
else:
579-
axis.set_major_formatter('{x:.3g}'),
579+
axis.set_major_formatter('{x:.3g}')
580580

581581

582582
classLogitTransform(Transform):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp