Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5e16f1 + 8462704 commit a549f40Copy full SHA for a549f40
1 file changed
lib/matplotlib/text.py
@@ -606,6 +606,10 @@ def set_wrap(self, wrap):
606
"""
607
Set whether the text can be wrapped.
608
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
+
613
Parameters
614
----------
615
wrap : bool
0 commit comments