xlim = (-5.5, 1)
ylim = (-3, 3)
graphics(
    sgrid(auto=True),
    grid=False, xlim=xlim, ylim=ylim
)