Skip to content

Commit d67e7a4

Browse files
committed
Merge pull request #3180 from danielballan/fix-text-docstring
DOC: Fix order of parameters in ax.text docstring.
2 parents d8de9d5 + afd2f46 commit d67e7a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,12 +523,12 @@ def text(self, x, y, s, fontdict=None,
523523
524524
Parameters
525525
----------
526-
s : string
527-
text
528-
529526
x, y : scalars
530527
data coordinates
531528
529+
s : string
530+
text
531+
532532
fontdict : dictionary, optional, default: None
533533
A dictionary to override the default text properties. If fontdict
534534
is None, the defaults are determined by your rc parameters.

0 commit comments

Comments
 (0)