R Visualization: Hand-washing Facilities vs. GDP Per Capita
Code : R Visualization
p1 <- ggplot(
p,
aes(x = gdp_per_capita, y= handwashing_facilities, size = gdp_per_capita, colour = Region)
) +
geom_point(show.legend = TRUE, alpha = 0.7) +
scale_color_viridis_d() +
scale_size(range = c(2, 12)) +
scale_x_log10() +
labs(x = "GDP Per Capita", y = "Handwashing Faciities")
p1 + transition_time(Month)+
labs(title = "Month: {frame_time}")
Google Data Studio Interactive Report
This report highlights the grim picture of global terrorism and what sort of havoc it's wreaking both financially and on humanity.
India has been at the receiving end in terms of these terrorist attacks ~98% of these attacks have happened in India & 11% of these attacks have taken place in the city center with high population density