Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cdc2906

Browse files
timhoffmjklymak
andauthored
Update lib/matplotlib/text.py
Co-authored-by: Jody Klymak <[email protected]>
1 parent 59e3b7d commit cdc2906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def set_wrap(self, wrap):
549549
-----
550550
Wrapping does not work together with
551551
``savefig(..., bbox_inches='tight')`` (which is also internally used
552-
by the ``%matplotlib inline`` in jupyter). The 'tight' setting
552+
by the ``%matplotlib inline`` in ipython/jupyter). The 'tight' setting
553553
rescales the canvas to accommodate all content and happens before
554554
wrapping.
555555
"""

0 commit comments

Comments
 (0)