plot
plot copied to clipboard
the dodge layout crashes if r is a non-positive constant
Plot.dot(penguins, Plot.dodgeY({ x: "body_mass_g", r: -1 })).plot()
RangeError: Maximum call stack size exceeded