We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99aa2f5 commit 562ffa4Copy full SHA for 562ffa4
1 file changed
pygmt/src/pygmtlogo.py
@@ -147,7 +147,7 @@ def _bg_arrow_coords():
147
# x0, y0 is the same as in _letter_t_coords().
148
x0 = thick_gt / 2
149
y0 = 1.8 * x0 * np.sqrt(3)
150
- # The background arrow is thick_comp wide than the letter T.
+ # The background arrow is thick_comp wider than the letter T.
151
x1 = x0 + thick_comp / 2.0 # Half-width of the arrow tail
152
x2 = 2 * x0 + thick_comp / np.sqrt(3) # Half-width of the arrow head
153
0 commit comments