Image
Code

Line Plot of Life Expectancy Data_GDPVsLifeExpectancy

aishwarya8615

Last edited Sep 18, 2019
Created on Sep 18, 2019
Forked from Hello VizHub

Life Expectancy Data:

Dataset Source: Life Expectancy WHO Data uses the scatter plot visualization using D3 and vega lite api. This visualization plot shows the Life expectancy of people in various parts of the world over a period of 15 years.

The colors represent the Year in increments of 5. Thickness of line depends on the average BMI.

Observations:

  1. This is the The Multi-line chart showing Life Expectancy Vs GDP line plot(3rd sketch)
  2. This visualization was done using D3 and React
  3. Moving the mouse pointer over the line displays the Year, GDP and Life Expectancy.
  4. I forked the original template on Internet Users by World Region done by Prof. Curran as the base to draw this graph.

Analysis: This graph displays the correlation between life expectancy and gross domestic product (GDP) per capita. In general, countries with higher GDP have a higher life expectancy. The relationship seems to follow a logarithmic trend: the unit increase in life expectancy per unit increase in GDP decreases as GDP per capita increases.

MIT Licensed