- Part I.
Bad Visualization - Part II.
Why Are They Bad? - Part III.
Good Alternatives - Part IV.
Why Are They Good?
Bad VisualizationWhy Are They Bad?Good AlternativesWhy Are They Good?Bad VisualizationPopulation of Countries with Pie Chart
Population of Countries with Bubble Chart
Population of Countries with Square Blocks
Why Are They Bad?Problems with This Visualization
Problems with This Visualization
Problems with This Visualization
Good AlternativesWhy Are They Good?1. Interactive Bar Chart
An interactive bar chart displaying population data by country. It allows users to search, filter, and compare countries or regions based on different attributes.
To enable dynamic and engaging exploration of population data.
How
The bar chart uses the 2023 World Population Data sourced from the WDI library in R.
The countrycode library in R is used to categorize data by continent, making the chart more user-friendly and informative.
Interactive features include search functionality, sorting by population size, and hover-over tooltips displaying additional statistics.
2. Interactive World Map
A dynamic map that visualizes the population data of countries across the globe.
To provide a geographic perspective of population distribution around the world.
How
The world map is built using the same 2023 World Population Data from the WDI library.
By clicking or hovering over countries, users can view detailed population numbers.