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
For lack of time the following image wasn't reproduced with the above example, but came from another problem:
The right side shows the problem and the left side is my workaround which calculates some distance for a given amount of labels I want (here I wanted 5 labels or less). So it set every exponent, but every sixth integer exponent, i.e. -16,-10,-4.
It would be cool if it was fully automatic like with linear scales.
Linux hypatia-pc 4.5.0-1-amd64 Fix autofmt_xdate() when using in conjunction with twinx() #1 SMP Debian 4.5.1-1 (2016-04-14) x86_64 GNU/Linux
matplotlib 1.5.2~rc2-1
Python 2.7.11+
installed using:
sudo apt-get install -t sid python matplotlibgHere is an example where the problem appears:
For lack of time the following image wasn't reproduced with the above example, but came from another problem:

The right side shows the problem and the left side is my workaround which calculates some distance for a given amount of labels I want (here I wanted 5 labels or less). So it set every exponent, but every sixth integer exponent, i.e. -16,-10,-4.
It would be cool if it was fully automatic like with linear scales.