Couldn’t you just use Plots.jl (with optional xlims, ylims arguments)?
using Plots; gr()
plot(x, y, imgn, xlims=(-3,2.2), ylims=(-1.5,2.5))

Couldn’t you just use Plots.jl (with optional xlims, ylims arguments)?
using Plots; gr()
plot(x, y, imgn, xlims=(-3,2.2), ylims=(-1.5,2.5))
