Skip to content

Most bad maps are the same bad map

Seen at https://www.voronoiapp.com/economy/-Just-Five-Countries-Are-Responsible-for-Half-of-Africas-GDP-2614

Table of Contents

Wow, would you look at that. All that economic output from just these five countries that don't even occupy the most area!

This is a classic. Economic activity, like deaths and a host of other social and political aspects, is roughly proportional to population. Showing the raw numbers is very often not much more informative than just showing the population.

Same treatment based on population provided to Google's NotebookLM

Combined, the two maps begin to tell us something. Algeria and South Africa punch above their weight economically while the Democratic Republic of the Congo and Tanzania lag.

Better yet would be showing GDP per capita.

You can see the same dynamic in play in the US in Figures 19 and 20 of JuliaMapping: A Practical Guide.

From JuliaMapping: A Practical Guide
From JuliaMapping: A Practical Guide

Pro tip: When doing a map, sketch out the same geography with the same layout and presentation using population data in place of what you are showing and compare the two. If it's hard to tell the difference you need to re-think what it is about your data that differs, geographically, from populatation.

Latest

Do not go softly into that good R²

Do not go softly into that good R²

While ordinary least squares regression can be an unreasonably effective tool, it can pay dividends to dig deeper. The original chart shows a simple linear fit between AI subscription rates and private payroll changes, yielding a modest R² of 0.2111. However, running the diagnostic plots revealed a couple of

Members Public

Excel to Julia: The Rosetta Stone

For when your spreadsheet starts to crawl, but you still need to get the job done. 1. The Basics: Data as a Thing In Excel, the data and the logic live in the same cell. In Julia, we keep them separate for speed and sanity. * Workbook/Sheet ≅ DataFrame * Column ≅:Symbol

Members Public

Using the forum at Julialang.org

The Julia language organization maintains an open, free forum where you can post questions to the helpful users under the New to Julia category. Especially if your question involves advanced scientific capabilities of the language, such as tensors, it will be invaluable. On the other hand … If you are an

Members Public