Scatter plots in D3.js

Scatter Plots in D3.js:

Scatter plots with d3.js:

In this section Breast-Cancer-Data.csv is used for creating scatter plots. As a result, upload the Breast-Cancer-Data.csv file into to the Observable notebook. Similar to previous sections, we need to define axes and scales:

Definition of scales:

Finally, definition of brush interaction:

The full notebook of this scatter plot is available here: https://observablehq.com/@mehrdadyousefi/brushable-scatterplots