Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matplotlib implicit converter registration not warning #24963

Closed
TomAugspurger opened this issue Jan 27, 2019 · 0 comments · Fixed by #24964
Closed

Matplotlib implicit converter registration not warning #24963

TomAugspurger opened this issue Jan 27, 2019 · 0 comments · Fixed by #24964
Labels
Milestone

Comments

@TomAugspurger
Copy link
Contributor

In #18307 we added something that should warn on

import pandas as pd
import matplotlib.pyplot as plt
fig, ax = plt.subplots()
s = pd.Series(range(12), index=pd.date_range('2017', periods=12))
ax.plot(s)

but it's apparently not warning for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants