I'm plotting over a small range, but I'm using a log-log plot to make certain features more clear. How can I set ticks on the x-axis that aren't powers of any base, but multiples of some value?
Basically, I want labels on the x-axis at the values [x * 1E13 for x in range(1,10)]
.