Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vega/altair
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: vega/altair
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: maps-faceted-species
Choose a head ref
  • 9 commits
  • 2 files changed
  • 3 contributors

Commits on Feb 22, 2025

  1. feat: Add faceted map example using Species Habitat dataset

    This commit introduces a new example to the Altair documentation showcasing  choropleth maps faceted by category.
    
    The example visualizes the distribution of suitable habitat for different species across US counties, using the proposed new Species Habitat dataset from vega-datasets (vega/vega-datasets#684).
    
    Key features of this example:
    
    - Demonstrates the use of `alt.Chart.mark_geoshape()` for geographical visualizations.
    - Shows how to create faceted maps for comparing categorical data across geographic regions.
    - Utilizes the `transform_lookup` and `transform_calculate` transforms for data manipulation within Altair.
    - Uses a CSV data file temporarily hosted in the vega-datasets repository branch (pending dataset merge).
    
    This example addresses issue #1711, which requested a faceted map example for the Altair documentation.
    
    Co-authored-by: Mattijn van Hoek <mattijn@gmail.com>
    dsmedia and mattijn committed Feb 22, 2025
    Configuration menu
    Copy the full SHA
    2c4bde2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bc3c36 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Configuration menu
    Copy the full SHA
    f1a1b5a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Configuration menu
    Copy the full SHA
    777c397 View commit details
    Browse the repository at this point in the history
  2. chore: update url to cdn

    dsmedia committed May 7, 2025
    Configuration menu
    Copy the full SHA
    387f978 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2025

  1. Configuration menu
    Copy the full SHA
    b7d0aea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db7326b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68ab3a2 View commit details
    Browse the repository at this point in the history
  4. slightly better comment

    mattijn committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    f4ca359 View commit details
    Browse the repository at this point in the history
Loading