-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
the program written in spyder3.3.3 can't run in spyder3.3.6 #15120
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
Comments
Can you make a self contained complete runnable example that shows the issue? Also report the full trace back? And your matplotlib version (at the very least) and maybe the previous matplotlib version? |
When the problem occurs, my matplotlib in anaconda is 3.1.0. Then I reinstall the anaconda, and the spyder is 3.3.3, matplotlib is 3.0.3, the .py runs well.
|
This is most probably a duplicate of #14992 and fixed by #15007 (on the matplotlib side) and/or pandas-dev/pandas#27818 (on the pandas side). What this means is that matplotlib 3.1.1 or lower is not compatible with pandas 0.25.0 when plotting the index of a dataframe. Options are:
|
Bug report
the program .py written in spyder3.3.3 can't run in spyder3.3.6. It seems that the command axes[].plot() from matplotlib has sth wrong in spyder3.3.6. The alarm messenge is : tuple index out of range
I report the probelm to the admin of spyder. He reply me that it is the problem in matplotlib not in spyder, and I should update my code.
What can I do about updating my code? my matplotlib in anaconda is 3.1.0
Bug summary
It seems that the command axes[].plot() from matplotlib has sth wrong in spyder3.3.6. The alarm messenge is : tuple index out of range
Code for reproduction
Actual outcome
tuple index out of range
Expected outcome
Matplotlib version
print(matplotlib.get_backend())
):The text was updated successfully, but these errors were encountered: