This block draws a scattter plot using base::plot().

new_scatter_block(x = character(), y = character(), ...)

Arguments

x, y

Columns to place on respective axes

...

Forwarded to new_block()