Skip to content

Commit 8150817

Browse files
Gallery examples: Minor typo fixes (#3311)
1 parent be56ab4 commit 8150817

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/gallery/basemaps/double_y_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Double Y axes graph
2+
Double Y-axes graph
33
===================
44
55
The ``frame`` parameter of the plotting methods of the :class:`pygmt.Figure`

examples/gallery/basemaps/ternary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242

4343
# Add a colorbar indicating the values given in the fourth column of
4444
# the input dataset
45-
fig.colorbar(position="JBC+o0c/1.5c", frame=["x+lPermittivity"])
45+
fig.colorbar(position="JBC+o0c/1.5c", frame="x+lPermittivity")
4646
fig.show()

examples/gallery/embellishments/inset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
fig.coast(region="MG+r2", land="brown", water="lightblue", shorelines="thin", frame="a")
1919
# Create an inset, setting the position to top left, the width to 3.5 cm, and
2020
# the x- and y-offsets to 0.2 cm. The margin is set to 0, and the border is
21-
# "gold" with a pen size of 1.5p.
21+
# "gold" with a pen size of 1.5 points.
2222
with fig.inset(position="jTL+w3.5c+o0.2c", margin=0, box="+p1.5p,gold"):
2323
# Create a figure in the inset using coast. This example uses the azimuthal
2424
# orthogonal projection centered at 47E, 20S. The land color is set to

0 commit comments

Comments
 (0)