Description
A geographic layout where each region (state, country, etc.) is represented by an equally-sized tile (hexagon or square) arranged to approximate the real geographic positions. Unlike choropleth maps where large-area regions dominate visually, tile grid maps give each region equal visual weight, making them ideal for per-capita or per-region comparisons.
Applications
- Comparing US state-level election results without area bias
- Showing per-country statistics in Europe with equal visual weight
- Displaying regional health metrics without geographic size distortion
- Visualizing adoption rates across administrative regions
Data
region (str) — region identifier (e.g., state abbreviation)
value (float) — metric to display
row (int) — grid row position
col (int) — grid column position
- Size: 10–60 regions
Notes
- Hex tiles or square tiles, both are valid
- Color tiles by value using sequential/diverging colormap
- Label each tile with region abbreviation
- Predefined layouts available for US states, EU countries
Description
A geographic layout where each region (state, country, etc.) is represented by an equally-sized tile (hexagon or square) arranged to approximate the real geographic positions. Unlike choropleth maps where large-area regions dominate visually, tile grid maps give each region equal visual weight, making them ideal for per-capita or per-region comparisons.
Applications
Data
region(str) — region identifier (e.g., state abbreviation)value(float) — metric to displayrow(int) — grid row positioncol(int) — grid column positionNotes