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