Skip to content

Commit

Permalink
Add highlighting
Browse files Browse the repository at this point in the history
Co-authored-by: Dongdong Tian <[email protected]>
  • Loading branch information
yvonnefroehlich and seisman authored Nov 11, 2024
1 parent a299405 commit ce35b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorials/basics/polygons.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 </gallery/maps/choropleth_map>`.
"""
Expand Down

0 comments on commit ce35b66

Please sign in to comment.