Skip to content

Commit ada1f6d

Browse files
committed
Reorder as angle, font, justify instead of font, angle, justify
1 parent 9f42ce1 commit ada1f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/base_plotting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ def text(
859859
----------
860860
textfiles : str or list
861861
A text data file name, or a list of filenames containing 1 or more
862-
records with (x, y[, font, angle, justify], text).
862+
records with (x, y[, angle, font, justify], text).
863863
x/y : float or 1d arrays
864864
The x and y coordinates, or an array of x and y coordinates to plot
865865
the text

0 commit comments

Comments
 (0)