Skip to content

Commit a166ae1

Browse files
authored
Fix typo in colorbar example (#3138)
1 parent 1eb6dec commit a166ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gallery/embellishments/colorbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
The colormap is set via the ``cmap`` parameter. A full list of available
77
color palette tables can be found at :gmt-docs:`reference/cpts.html`.
88
Use the ``frame`` parameter to add labels to the **x** and **y** axes
9-
of the colorbar by appending **+l** followed by the desired text. To Add
9+
of the colorbar by appending **+l** followed by the desired text. To add
1010
and adjust the annotations (**a**) and ticks (**f**) append the letter
1111
followed by the desired interval. The placement of the colorbar is set
1212
via the ``position`` parameter. There are the following options:

0 commit comments

Comments
 (0)