This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: j0KFC7Yd_fP8NSrEAF7-N3jSYUvbF_n5TTOA60_OYmM
Cover

Getting Started with Data Visualization: Building a JavaScript Scatter Plot Module

Written by @wayde-herman | Published on 2020/4/19

TL;DR
Scatter plots are one of the most commonly used data visualization techniques. These charts let you investigate the relationship between two variables, detect outliers in the data set as well as detect trends. To help you learn more about building scatter plots I will be using the Cat vs Dog Popularity in US dataset. This dataset contains the percentage of homes with dogs and cats for each US state. To make this tutorial easier to follow I’ve done all the pre-processing required (renamed columns and dropped unused columns) and made the resulting CSV available for download: here.

[story continues]


Written by
@wayde-herman
Data Scientist / Data Visualization Developer

Topics and
tags
javascript|data-visualization|web-development|data-analysis|big-data|hackernoon-top-story|charts|datasets
This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: j0KFC7Yd_fP8NSrEAF7-N3jSYUvbF_n5TTOA60_OYmM