Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82f7e81

Browse files
committed
Minor docstring fix.
svn path=/trunk/matplotlib/; revision=5778
1 parent fb5cf7d commit 82f7e81

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/matplotlib/figure.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,10 @@ def legend(self, handles, labels, *args, **kwargs):
929929

930930
def text(self, x, y, s, *args, **kwargs):
931931
"""
932+
Call signature:
933+
934+
figtext(x, y, s, fontdict=None, **kwargs)
935+
932936
Add text to figure at location *x*, *y* (relative 0-1
933937
coords). See :func:`~matplotlib.pyplot.text` for the meaning
934938
of the other arguments.

0 commit comments

Comments
 (0)