We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These kinds of warnings are quite common:
C:\Users\wqq\Anaconda3\lib\site-packages\matplotlib\axes\_base.py:3040: UserWarning: Attempting to set identical bottom==top results in singular transformations; automatically expanding. bottom=2016.0, top=2016.0 'bottom=%s, top=%s') % (bottom, top)) C:\Users\wqq\Anaconda3\lib\site-packages\matplotlib\axes\_base.py:2782: UserWarning: Attempting to set identical left==right results in singular transformations; automatically expanding. left=2016.0, right=2016.0 'left=%s, right=%s') % (left, right))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
These kinds of warnings are quite common:
The text was updated successfully, but these errors were encountered: