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

Silence warnings from matplotlib regarding limits #1265

Closed
astrofrog opened this issue Mar 18, 2017 · 0 comments
Closed

Silence warnings from matplotlib regarding limits #1265

astrofrog opened this issue Mar 18, 2017 · 0 comments

Comments

@astrofrog
Copy link
Member

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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant