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 9ec92be commit 1136be3Copy full SHA for 1136be3
examples/gallery/maps/country_polygons.py
@@ -22,7 +22,7 @@
22
water="white",
23
frame="afg",
24
dcw=[
25
- # Great Britain (country code) with seagrean land
+ # Great Britain (country code) with seagreen land
26
"GB+gseagreen",
27
# Italy with a red border
28
"IT+p0.5p,red3",
examples/gallery/symbols/points.py
@@ -2,8 +2,8 @@
2
Points
3
======
4
5
-The :meth:`pygmt.Figure.plot` method can plot points. The plot symbol and size
6
-is set with the ``style`` parameter.
+The :meth:`pygmt.Figure.plot` method can plot data points. The symbol and
+size are set with the ``style`` parameter.
7
"""
8
9
# %%
0 commit comments