Export Image
Export Code

iris dataset scatter plot

MATTE-blz

Last edited Apr 02, 2021
Created on Apr 02, 2021
Forked from Styling Bar Chart

{xScale.ticks().map((tickValue) => ( <line x1={xScale(tickValue)} y1={0} x2={xScale(tickValue)} y2={innerHeight} stroke={'black'} /> ))}

MIT Licensed