Dots from coordinates array

<Plot grid>
    <Dot
        data={range(-10, 11, 0.5).map((n) => [n, n ** 3])}
        fill />
</Plot>