-
Notifications
You must be signed in to change notification settings - Fork 0
[map-tilegrid] Tile Grid Map for Equal-Area Geographic Comparison #5246
Copy link
Copy link
Closed
Labels
approvedApproved for implementationApproved for implementationimpl:altair:doneAltair implementation mergedAltair implementation mergedimpl:bokeh:failedbokeh max retries exhaustedbokeh max retries exhaustedimpl:highcharts:donehighcharts implementation mergedhighcharts implementation mergedimpl:letsplot:failedletsplot max retries exhaustedletsplot max retries exhaustedimpl:matplotlib:doneMatplotlib implementation mergedMatplotlib implementation mergedimpl:plotly:doneplotly implementation mergedplotly implementation mergedimpl:plotnine:doneplotnine implementation mergedplotnine implementation mergedimpl:pygal:donepygal implementation mergedpygal implementation mergedimpl:seaborn:doneseaborn implementation mergedseaborn implementation mergedspec-readySpecification merged to mainSpecification merged to main
Metadata
Metadata
Assignees
Labels
approvedApproved for implementationApproved for implementationimpl:altair:doneAltair implementation mergedAltair implementation mergedimpl:bokeh:failedbokeh max retries exhaustedbokeh max retries exhaustedimpl:highcharts:donehighcharts implementation mergedhighcharts implementation mergedimpl:letsplot:failedletsplot max retries exhaustedletsplot max retries exhaustedimpl:matplotlib:doneMatplotlib implementation mergedMatplotlib implementation mergedimpl:plotly:doneplotly implementation mergedplotly implementation mergedimpl:plotnine:doneplotnine implementation mergedplotnine implementation mergedimpl:pygal:donepygal implementation mergedpygal implementation mergedimpl:seaborn:doneseaborn implementation mergedseaborn implementation mergedspec-readySpecification merged to mainSpecification merged to main
Projects
Status
Done
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