Implicit frame
A Plot with the frame option creates an implicit frame.
<Plot
frame
inset={10}
height={400}
x={{ domain: [0, 10] }}
y={{ domain: [0, 10] }}>
</Plot>
A Plot with the frame option creates an implicit frame.
<Plot
frame
inset={10}
height={400}
x={{ domain: [0, 10] }}
y={{ domain: [0, 10] }}>
</Plot>