From 33797714164121f18a8ec567f7f2d8be72395c36 Mon Sep 17 00:00:00 2001 From: Ben Welsh Date: Sun, 3 Jul 2022 07:13:11 -0700 Subject: [PATCH] Update ranged_dot_plot.py --- altair/examples/ranged_dot_plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/altair/examples/ranged_dot_plot.py b/altair/examples/ranged_dot_plot.py index 0a22e01c6..124ce59d8 100644 --- a/altair/examples/ranged_dot_plot.py +++ b/altair/examples/ranged_dot_plot.py @@ -1,6 +1,6 @@ """ Ranged Dot Plot ------------------ +--------------- This example shows a ranged dot plot to convey changing life expectancy for the five most populous countries (between 1955 and 2000). """ # category: other charts