From 47ec8b97de5f6db0ccdb6b8cb97bf82ad824b818 Mon Sep 17 00:00:00 2001 From: Bill Little <bill.james.little@gmail.com> Date: Tue, 14 Jan 2025 16:54:51 +0000 Subject: [PATCH] fix geoplotter docstring (#1266) --- src/geovista/geoplotter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/geovista/geoplotter.py b/src/geovista/geoplotter.py index 7a36b079..0df763f5 100644 --- a/src/geovista/geoplotter.py +++ b/src/geovista/geoplotter.py @@ -1070,7 +1070,7 @@ def add_points( ) -> pv.Actor: """Add points to the plotter scene. - See :meth:`pyvista.Plotter.add_mesh`. + See :meth:`pyvista.Plotter.add_points`. Parameters ----------