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 e6ab121 commit 436dd1aCopy full SHA for 436dd1a
pandas/plotting/_matplotlib/tools.py
@@ -56,7 +56,7 @@ def format_date_labels(ax: Axes, rot) -> None:
56
fig = ax.get_figure()
57
if fig is not None:
58
# should always be a Figure but can technically be None
59
- maybe_adjust_figure(fig, bottom=0.2)
+ maybe_adjust_figure(fig, bottom=0.2) # type: ignore[arg-type]
60
61
62
def table(
0 commit comments