You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wouldn't have expected to see the 29th of some of the month labelled Bug summary
I wouldn't have expected to see the 29th of some of the month labelled
Code for reproduction
# Paste your code here##importpandasaspdimportmatplotlib.pyplotaspltx=pd.date_range(start='1/1/2018', periods=80) # 80 daysy=pd.np.random.random(80)
plt.plot(x, y ,'o')
plt.xticks(rotation='vertical')
Actual outcome
# If applicable, paste the console output here
#
#
Bug report
I wouldn't have expected to see the 29th of some of the month labelled
Bug summary
I wouldn't have expected to see the 29th of some of the month labelled
Code for reproduction
Actual outcome

Expected outcome
Matplotlib version
print(matplotlib.get_backend())
): module://ipykernel.pylab.backend_inlineThe text was updated successfully, but these errors were encountered: