You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Font options do no apply correctly when using a logarithmic scale with numbers smaller than 1 (i.e. negative exponents). This issue seems related for positive exponents.
However, this behavior is perhaps not the most intuitive, as (especially when using only values < 1), there is no clear reason why they suddenly turn into minor ticks. But perhaps this is expected behavior.
Its a workaround the fact that the major locator only finds factors of 10. I'm not actually in favour of this way of handling the problem, but thats what we have, and it'd be a break to make it work differently.
Bug report
Bug summary
Font options do no apply correctly when using a logarithmic scale with numbers smaller than 1 (i.e. negative exponents). This issue seems related for positive exponents.
Code for reproduction
Actual outcome
For log values with negative exponents, the font size is not correctly set:
Expected outcome
Similar behavior as in the situation when working with a log scale with positive exponents:
Matplotlib version
print(matplotlib.get_backend())
): TkAggAll packages installed through pip in a virtual environment.
The text was updated successfully, but these errors were encountered: