Skip to content

pspratling/Data-Visualizations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This repository is a collection of data visualizations and animations, created mostly with Python.

Visualizing the expansion of Metro Atlanta since 1980 via the increasing population densities of Georgia counties. A linear colormapping is used to emphasize the growth of higher-populated counties.

Data gathered from US Census information. Note: Code in the repository is for the interactive bokeh dashboard in the second image, not for the animation. Functionality includes a slider for changing the year, mousewheel zoom, a hovertool to display county information, and a pan tool.

Approximating the value of pi using the Monte Carlo method. Points are generated randomly within the unit square, and the ratio of those that fall within the unit circle to the total number generated is used to approximate the value of pi. As the number of points generated approaches infinity, the approximation converges to the true value of pi.

About

A collection of data visualizations/ animations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages