Skip to content

Commit a6c44d8

Browse files
authored
Merge pull request matplotlib#28385 from meeseeksmachine/auto-backport-of-pr-28377-on-v3.9.x
Backport PR matplotlib#28377 on branch v3.9.x (DOC: Clarify scope of wrap.)
2 parents adf0124 + 35f38de commit a6c44d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/text.py

+4
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,10 @@ def set_wrap(self, wrap):
606606
"""
607607
Set whether the text can be wrapped.
608608
609+
Wrapping makes sure the text is completely within the figure box, i.e.
610+
it does not extend beyond the drawing area. It does not take into
611+
account any other artists.
612+
609613
Parameters
610614
----------
611615
wrap : bool

0 commit comments

Comments
 (0)