Skip to content

Commit 1204697

Browse files
DOC: Fix typo in note for colorbar fontsize scaling (#4139)
1 parent db60200 commit 1204697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/colorbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def colorbar(
5252
.. note::
5353
For GMT >=6.5.0, the fontsizes of the colorbar x-label, x-annotations,
5454
and y-label are scaled based on the width of the colorbar following
55-
:math:`\sqrt{{colorbar\_width / 15}}`). To set a desired fontsize via the
55+
:math:`\sqrt{{colorbar\_width / 15}}`. To set a desired fontsize via the
5656
GMT default parameters :gmt-term:`FONT_ANNOT_PRIMARY`,
5757
:gmt-term:`FONT_ANNOT_SECONDARY`, and :gmt-term:`FONT_LABEL` (or jointly
5858
:gmt-term:`FONT`) users have to divide the desired fontsize by the value

0 commit comments

Comments
 (0)