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 adf0124 + 35f38de commit a6c44d8Copy full SHA for a6c44d8
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