We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089cb5c commit 066980bCopy full SHA for 066980b
examples/gallery/maps/roads.py
@@ -5,8 +5,8 @@
5
as lines which are stored in a :class:`geopandas.GeoDataFrame` object. Use
6
:func:`geopandas.read_file` to load data from any supported OGR format such as
7
a shapefile (.shp), GeoJSON (.geojson), geopackage (.gpkg), etc. Then, pass the
8
-:class:`geopandas.GeoDataFrame` as an argument to the `data` parameter in
9
-:meth:`pygmt.Figure.plot`, and style the geometry using the `pen` parameter.
+:class:`geopandas.GeoDataFrame` as an argument to the ``data`` parameter in
+:meth:`pygmt.Figure.plot`, and style the geometry using the ``pen`` parameter.
10
"""
11
12
import geopandas as gpd
0 commit comments