Skip to content

Commit 72d2cc1

Browse files
authored
Wrap line to 88 chars
1 parent 8087c1c commit 72d2cc1

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

examples/gallery/lines/linestrings.py

+7-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
GeoPandas: Plotting lines with LineString/MultiLineString geometry
33
==================================================================
44
5-
The :meth:`pygmt.Figure.plot` method allows us to plot geographical data such
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 of
10-
:meth:`pygmt.Figure.plot`, and style the geometry using the ``pen`` parameter.
5+
The :meth:`pygmt.Figure.plot` method allows us to plot geographical data
6+
such as lines which are stored in a :class:`geopandas.GeoDataFrame` object.
7+
Use :func:`geopandas.read_file` to load data from any supported OGR format
8+
such as a shapefile (.shp), GeoJSON (.geojson), geopackage (.gpkg), etc.
9+
Then, pass the :class:`geopandas.GeoDataFrame` as an argument to the
10+
``data`` parameter of :meth:`pygmt.Figure.plot`, and style the geometry
11+
using the ``pen`` parameter.
1112
"""
1213

1314
# %%

0 commit comments

Comments
 (0)