Skip to content

Addressing #40781 to raise ValueError as per discussion when a list with xlim or ylim is supplied, that contains elements in other format than integer or float type. #40886

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

Closed
wants to merge 2 commits into from

Conversation

regmibijay
Copy link

@regmibijay regmibijay commented Apr 11, 2021

@pep8speaks
Copy link

Hello @regmibijay! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 516:21: E117 over-indented
Line 516:43: E261 at least two spaces before inline comment
Line 516:44: E262 inline comment should start with '# '
Line 516:89: E501 line too long (129 > 88 characters)
Line 519:89: E501 line too long (112 > 88 characters)
Line 520:32: E131 continuation line unaligned for hanging indent
Line 520:89: E501 line too long (103 > 88 characters)
Line 525:21: E117 over-indented
Line 525:43: E261 at least two spaces before inline comment
Line 525:44: E262 inline comment should start with '# '
Line 525:89: E501 line too long (129 > 88 characters)
Line 528:89: E501 line too long (112 > 88 characters)
Line 529:32: E131 continuation line unaligned for hanging indent
Line 529:89: E501 line too long (102 > 88 characters)

@regmibijay
Copy link
Author

@github-actions pre-commit

@regmibijay regmibijay closed this Apr 11, 2021
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

Successfully merging this pull request may close these issues.

BUG: xlim and ylim not restricting plot area
2 participants