From ce35b66a2ec89067801b10a78b862b280db60ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yvonne=20Fr=C3=B6hlich?= <94163266+yvonnefroehlich@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:37:44 +0100 Subject: [PATCH] Add highlighting Co-authored-by: Dongdong Tian --- examples/tutorials/basics/polygons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorials/basics/polygons.py b/examples/tutorials/basics/polygons.py index 63816a74f2e..e1f57352f3b 100644 --- a/examples/tutorials/basics/polygons.py +++ b/examples/tutorials/basics/polygons.py @@ -5,7 +5,7 @@ Plotting polygons is handled by the :meth:`pygmt.Figure.plot` method. This tutorial focuses on input data given as NumPy arrays. Besides NumPy arrays, -array-like objects are supported. For plotting a GeoPandas GeoDataFrame with +array-like objects are supported. For plotting a :class:`geopandas.GeoDataFrame` object with polygon geometries, e.g. to create a choropleth map, see the gallery example :doc:`Choropleth map `. """