We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653f6e1 commit 273dc26Copy full SHA for 273dc26
1 file changed
pygmt/src/colorbar.py
@@ -214,9 +214,9 @@ def colorbar( # noqa: PLR0913
214
and **F** entries in the CPT. If no such entries exist, then the system default
215
colors for **B** and **F** are used instead (:gmt-term:`COLOR_BACKGROUND` and
216
:gmt-term:`COLOR_FOREGROUND`).
217
- triangles_height
218
- Height of the triangles for back- and foreground colors [Default is half
219
- of the bar width].
+ triangle_height
+ Height of the triangles for back- and foreground colors [Default is half of the
+ bar width].
220
move_text
221
Move text (annotations, label, and unit) to opposite side. Accept a sequence of
222
strings containing one or more of ``"annotations"``, ``"label"``, and
0 commit comments