All examples By author By category About

anqi-lu

Scatter Plot - Respond to Resize

An example of responding to resize scatter plot.

When the window resizes, the size of the scatter plot changes as well as the size of the individual data points.

This shows Wisconsin breast cancer dataset. Originally published at UCI Machine Learning Repository: Breast Cancer Wisconsin (Diagnostic) Data Set, this dataset was also published on Kaggle This data set contains information about benign or malignant and ten features computed for each cell nucleus, such as radius, texture, and perimeter.

The data visualization shows these two different clusters(B and M).

Forked from curran 's Stylized Scatter Plot with Color Legend.

forked from anqi-lu's block: Scatter Plot - Breast Cancer