Skip to content

Commit 4e57362

Browse files
Apply suggestions from code review
Co-authored-by: Michael Grund <23025878+michaelgrund@users.noreply.github.com>
1 parent b359c55 commit 4e57362

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/gallery/seismology/wiggle.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
The :meth:`pygmt.Figure.wiggle` method can plot z = f(x,y) anomalies along
66
tracks. ``x``, ``y``, ``z`` can be specified as 1d arrays or within a specified
7-
file. The ``scale`` parameter can be used to set anomaly scale in
7+
file. The ``scale`` parameter can be used to set the anomaly scale in
88
data-units/distance-unit. The positive and/or negative areas can be filled with
99
color by setting the ``color`` parameter.
1010
"""
@@ -29,10 +29,10 @@
2929
color=["red+p", "gray+n"],
3030
# Set the outline width to "1.0p"
3131
pen="1.0p",
32-
# Draw a blue track of width 0.5 points
32+
# Draw a blue track with a width of 0.5 points
3333
track="0.5p,blue",
3434
# Plot a vertical scale bar at the right middle. The bar length is 100 in
35-
# data (z) units. Set the z unit lable to "nT".
35+
# data (z) units. Set the z unit label to "nT".
3636
position="jRM+w100+lnT",
3737
)
3838
fig.show()

0 commit comments

Comments
 (0)