-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
set_scale and set_xscale #1871
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
I'm not so sure. If they're supposed to do the same thing, why bother having two of them? For my own reference, the two relevant bits in the documentation: http://matplotlib.org/api/axes_api.html#matplotlib.axes.Axes.set_xscale and http://matplotlib.org/api/axis_api.html#matplotlib.axis.Axis.set_scale ( Any comments @mdboom? |
The
|
Yeah -- I think |
These two method calls should perform the same log scaling action. However, the output from xaxis.set_scale('log') behaves differently. See the attached figures for the difference. I am guessing yaxis counterparts behave the same way.
The text was updated successfully, but these errors were encountered: