We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f079866 commit 19639feCopy full SHA for 19639fe
1 file changed
examples/gallery/lines/roads.py
@@ -6,7 +6,7 @@
6
as lines which are stored in a :class:`geopandas.GeoDataFrame` object. Use
7
:func:`geopandas.read_file` to load data from any supported OGR format such as
8
a shapefile (.shp), GeoJSON (.geojson), geopackage (.gpkg), etc. Then, pass the
9
-:class:`geopandas.GeoDataFrame` as an argument to the ``data`` parameter in
+:class:`geopandas.GeoDataFrame` as an argument to the ``data`` parameter of
10
:meth:`pygmt.Figure.plot`, and style the geometry using the ``pen`` parameter.
11
"""
12
0 commit comments