Yes that range is too small, as log(10e9)-log(10e8)=1, which is too small. Its the same as a range from 1:10. If we disable log mode when the range is too small then we would also have to disable zooming in if it would make the range too small in log mode. Is this something I should do? For which branches?