Dots from number array

<Plot grid inset={20}>
    <DotX data={range(-10, 11).map((d) => d ** 3)} fill />
</Plot>