Basically like this question:
How can I set axis ranges in ggplot2 when using a log scale?
The issue I have with the solution and ggplot2 it seems that it overdraws. I want limits = c(1,1e8) I do not want the tiny bit additional space below and above this limits. See below:
I want the limits to be at the edge of the graph and 0 additional space. How do I achieve that?

