Skip to content

Commit

Permalink
Multiple ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Nov 15, 2023
1 parent 5b94b75 commit ad14df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/plotting/_matplotlib/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1602,7 +1602,7 @@ def _ts_plot(self, ax: Axes, x, data: Series, style=None, **kwds):
lines = self._plot(ax, data.index, np.asarray(data.values), style=style, **kwds)
# set date formatter, locators and rescale limits
# TODO #54485
format_dateaxis(ax, ax.freq, data.index) # type: ignore[arg-type]
format_dateaxis(ax, ax.freq, data.index) # type: ignore[arg-type, attr-defined]
return lines

@final
Expand Down

0 comments on commit ad14df4

Please sign in to comment.