Export Image
Export Code

colorised scatter plot with menu

MATTE-blz

Last edited Apr 09, 2021
Created on Apr 09, 2021

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

MIT Licensed