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 3c09f43 commit fd992a0Copy full SHA for fd992a0
pandas/plotting/_matplotlib/core.py
@@ -173,7 +173,7 @@ def __init__(
173
stacked: bool = False,
174
label: Hashable | None = None,
175
style=None,
176
- legend_loc: str | tuple[float, float] ='best',
+ legend_loc: str | tuple[float, float] = "best",
177
**kwds,
178
) -> None:
179
# if users assign an empty list or tuple, raise `ValueError`
@@ -244,7 +244,6 @@ def __init__(
244
self.legend_labels: list[Hashable] = []
245
self.legend_loc = legend_loc
246
247
-
248
self.logx = type(self)._validate_log_kwd("logx", logx)
249
self.logy = type(self)._validate_log_kwd("logy", logy)
250
self.loglog = type(self)._validate_log_kwd("loglog", loglog)
0 commit comments