Implicit frame

A Plot with the frame option creates an implicit frame.

0510 0510
<Plot
    frame
    inset={10}
    height={400}
    x={{ domain: [0, 10] }}
    y={{ domain: [0, 10] }}>
</Plot>