The xlims argument seems to do the job here:
xlims
using Plots; plotly() xs = 0:0.001:10 ys = exp.(xs) plot(xs, ys, xlims=(1e-3, 1e1), scale=:log10)