From fa426f1949fdf7f2aebdc7f71ad55ee014eb44d1 Mon Sep 17 00:00:00 2001 From: Mattijn van Hoek Date: Fri, 19 May 2023 10:42:09 +0200 Subject: [PATCH] Update area.rst Fix https://github.com/altair-viz/altair/issues/3055. This PR changes the description so it is in line with the example connected to it. I think the specification is good as is, so the emphasis is on the `alt.Y2` and not on the `ci0` and `ci1`. --- doc/user_guide/marks/area.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/user_guide/marks/area.rst b/doc/user_guide/marks/area.rst index 5e6defc2b..78c77866b 100644 --- a/doc/user_guide/marks/area.rst +++ b/doc/user_guide/marks/area.rst @@ -174,8 +174,7 @@ Adding the ``interactive`` method allows for zooming and panning the x-scale. Ranged Area ^^^^^^^^^^^ -Specifying ``x2`` or ``y2`` for the quantitative axis of area marks produce ranged areas. For example, we can use ranged area with the ``ci0`` and ``ci0`` -:ref:`aggregation operators ` to highlight 95% confidence interval of a line chart that shows mean values over time. +Specifying ``X2`` or ``Y2`` for the quantitative axis of area marks produce ranged areas. For example, we can use ranged area to highlight the mininium and maximum measured temperatures over time, aggregated by ``monthdate``. .. altair-plot:: import altair as alt