Open
Description
Currently there's a few areas where pandas adds extra attributes to a matplotlib axis
pandas/pandas/plotting/_matplotlib/core.py
Line 1425 in a936863
pandas/pandas/plotting/_matplotlib/core.py
Line 487 in a936863
Since axes are stateful and there no way to clear these attributes via matplotlib public APIs, these attributes can cause issues when they are reused (discovered by running tests via pytest-randomly)