From eb6e4ec52c9426aae5a553017f7fce9e688130d0 Mon Sep 17 00:00:00 2001 From: Ben Welsh Date: Thu, 30 Jun 2022 15:00:30 -0700 Subject: [PATCH 1/2] Isotype charts aren't case studies and should go in the other category --- altair/examples/isotype.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/altair/examples/isotype.py b/altair/examples/isotype.py index 076441195..f5a3ab502 100644 --- a/altair/examples/isotype.py +++ b/altair/examples/isotype.py @@ -5,7 +5,7 @@ Inspired by `Only An Ocean Between, 1943 `_. Population Live Stock, p.13. This is adapted from Vega-Lite example https://vega.github.io/editor/#/examples/vega-lite/isotype_bar_chart ''' -# category: case studies +# category: other charts import altair as alt import pandas as pd From 816882ae69ceb778429da471e944c7e56aaf7aa3 Mon Sep 17 00:00:00 2001 From: Ben Welsh Date: Thu, 30 Jun 2022 15:00:57 -0700 Subject: [PATCH 2/2] Update isotype_emoji.py --- altair/examples/isotype_emoji.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/altair/examples/isotype_emoji.py b/altair/examples/isotype_emoji.py index 3469070ed..a8f143c95 100644 --- a/altair/examples/isotype_emoji.py +++ b/altair/examples/isotype_emoji.py @@ -5,7 +5,7 @@ marks rather than custom SVG paths (see https://altair-viz.github.io/gallery/isotype.html). This is adapted from Vega-Lite example https://vega.github.io/vega-lite/examples/isotype_bar_chart_emoji.html. ''' -# category: case studies +# category: other charts import altair as alt import pandas as pd