From b7315ea21167d56db67e101413028b179fe99dc6 Mon Sep 17 00:00:00 2001 From: "Weng, Chia-Ling" Date: Tue, 24 Oct 2023 10:45:41 +0800 Subject: [PATCH] [Doc] Add Arrow Vector Example --- tests/examples_methods_syntax/arrow_vector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples_methods_syntax/arrow_vector.py b/tests/examples_methods_syntax/arrow_vector.py index bd729419b..e35a8efa3 100644 --- a/tests/examples_methods_syntax/arrow_vector.py +++ b/tests/examples_methods_syntax/arrow_vector.py @@ -2,7 +2,7 @@ Arrow Vector ------------------------------ This example shows a basic vector plot use point mark ``triangle`` as shape, -other shape options can be found in :ref:`Point Mark` +other shape options can be found in :ref:`Point Mark`. """ # category: case studies import altair as alt