Skip to content

Commit

Permalink
Update README.md with outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshmk authored Feb 29, 2020
1 parent 477220e commit b750cab
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# data-visualization
Data Visualization using py.processing
# Visualization of Popular Graphs
Data Visualization of popular graphs using py.processing

1. [Jhon Snow's - Cholera Outbreak](https://scienceline.org/2010/05/john-snows-maps-of-the-broad-street-cholera-outbreak/)
2. [Nightingale's Rose](https://understandinguncertainty.org/node/214)
3. [Minard's Map](https://www.nationalgeographic.com/news/2017/03/charles-minard-cartography-infographics-history/)

#### OUTPUTS:

1. Jhon Snow's - Cholera Outbreak
<img src="/cholera_outbreak/cholera_outbreak_output.PNG" height="500" width="500">

2. Nightingale's Rose
<img src="nightingales_rose/output/04 - nightingales_rose_zoomed_and_rotated.png" height="500" width="800">

3. Minard's Map
<img src="minards_map/outputs/01 - minards_map.png" height="500" width="800">


#### REFERENCES:
Tutorial for processing.py: https://py.processing.org/reference/

Expand Down

0 comments on commit b750cab

Please sign in to comment.