8000 Merge pull request #28377 from timhoffm/wrap · matplotlib/matplotlib@a549f40 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a549f40

Browse files
authored
Merge pull request #28377 from timhoffm/wrap
DOC: Clarify scope of wrap.
2 parents d5e16f1 + 8462704 commit a549f40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/text.py

Lines changed: 4 additions & 0 deletions
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)
0