-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
set_useOffset(False) is not working #16232
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
That's not the offset (which refers to an added offset, not a multiplicative factor). You can turn off the factor with |
Thanks a lot. It works, but it really sounds weird. Cause I don't want to disable scientific notation for numbers in the axis, which could be used without problem. I don't want to have a splinting of the values in 2 which is exactly what is supposed to be done by Do you think there is a problem in the method naming? or the documentation? |
The name is unlikely to change, but you are welcome to propose improvements to the docs. |
Then everything is working as expected. But maybe an example with normal values on axis, and maybe your screenshot in the documentation could be really useful for other people. Thanks a lot, i close this issue. |
Hi,
I try to disable the offset computed to label the axes in the plot.
It looks like the global or local set of
useOffset
is just ignored.Code for reproduction
Actual outcome
Expected outcome
We should not see the
1e8
and the axis should be labelled without the remove of the offset.Matplotlib version
The text was updated successfully, but these errors were encountered: