from spb import *
graphics(
    mcircles(),
    mcircles(-3, rendering_kw={"color": "r"}),
    grid=False, aspect="equal")