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

Commit7106311

Browse files
committed
PEP8 fix for _axes.py
1 parent1f8bad2 commit7106311

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎lib/matplotlib/axes/_axes.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ def _plot_args_replacer(args, data):
6868
return ["y","c"]
6969
else:
7070
warnings.warn(
71-
"Second argument {!r} is ambiguous: could be a color specbut"
72-
"is in data; using as data. Either rename the entry in data "
73-
"or use three arguments to plot.".format(args[1]),
71+
"Second argument {!r} is ambiguous: could be a color spec "
72+
"butis in data; using as data. Either rename the entry "
73+
"in dataor use three arguments to plot.".format(args[1]),
7474
RuntimeWarning,stacklevel=3)
7575

7676
return ["x","y"]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp