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 1f8bad2 commit 7106311Copy full SHA for 7106311
lib/matplotlib/axes/_axes.py
@@ -68,9 +68,9 @@ def _plot_args_replacer(args, data):
68
return ["y", "c"]
69
else:
70
warnings.warn(
71
- "Second argument {!r} is ambiguous: could be a color spec but "
72
- "is in data; using as data. Either rename the entry in data "
73
- "or use three arguments to plot.".format(args[1]),
+ "Second argument {!r} is ambiguous: could be a color spec "
+ "but is in data; using as data. Either rename the entry "
+ "in data or use three arguments to plot.".format(args[1]),
74
RuntimeWarning, stacklevel=3)
75
76
return ["x", "y"]
0 commit comments