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.
1 parent adf0124 commit 35f38deCopy full SHA for 35f38de
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