-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Raise an error or a warning when ylim's min == 0 and yscale == "log" #7299
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
Labels
Difficulty: Easy
https://matplotlib.org/devdocs/devel/contribute.html#good-first-issues
Comments
cfackler
added a commit
to cfackler/matplotlib
that referenced
this issue
Oct 31, 2016
An attempt to call set_xlim() or set_ylim() with non-positive limits on a log-scale axis will produce a warning.
NelleV
added a commit
that referenced
this issue
Oct 31, 2016
Warn on invalid log axis limits, per issue #7299
bcongdon
pushed a commit
to bcongdon/matplotlib
that referenced
this issue
Nov 8, 2016
An attempt to call set_xlim() or set_ylim() with non-positive limits on a log-scale axis will produce a warning.
bcongdon
pushed a commit
to bcongdon/matplotlib
that referenced
this issue
Nov 8, 2016
An attempt to call set_xlim() or set_ylim() with non-positive limits on a log-scale axis will produce a warning.
Looks like this is fixed now. |
Right, it is fixed in master. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
yields:
Basically, the ymin gets ignored (sometimes) when ymin == 0 and yscale == 0.
The code should raise an error or at least a warning.
version: 2.0.0b4.post2455+g063cd41
The text was updated successfully, but these errors were encountered: