I'm trying to make a graph with the same axis scales as this one:
The y axis can be done simply by setting the y scale to 'Log', but I don't know how to set the x axis to be stretched at both extremes as shown in the graph, or what that scale is called. It doesn't have built in support in matplotlib.
It looks like it could be related to a normal curve. How can I set an axis to this scale in matplotlib?