I’d like to divide my x-axis on two different parts - the first part with linear scale and another with log scale. Is it possible and if so, how?
Let’s say that I have:
x = [100, 50, 30, 10, 1, 0.5, 0.2, 0.1, 0.01]
y = [1, 3, 4, 5, 7, 9, 10, 11, 12]
I’d like to have the x-axis from 100 to 10 as a linear scale, and another part from 10 to 0.01 as a log scale.