File tree 2 files changed +2
-2
lines changed
examples/text_labels_and_annotations
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
Note: Auto-wrapping does not work together with
10
10
``savefig(..., bbox_inches='tight')``. The 'tight' setting rescales the canvas
11
11
to accommodate all content and happens before wrapping. This affects
12
- ``%matplotlib inline`` in ipython and jupyter notebook the inline setting uses
12
+ ``%matplotlib inline`` in IPython and Jupyter notebooks where the inline setting uses
13
13
``bbox_inches='tight'`` by default when saving the image to embed.
14
14
"""
15
15
Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ def set_wrap(self, wrap):
549
549
-----
550
550
Wrapping does not work together with
551
551
``savefig(..., bbox_inches='tight')`` (which is also used internally
552
- by ``%matplotlib inline`` in ipython/jupyter ). The 'tight' setting
552
+ by ``%matplotlib inline`` in IPython/Jupyter ). The 'tight' setting
553
553
rescales the canvas to accommodate all content and happens before
554
554
wrapping.
555
555
"""
You can’t perform that action at this time.
0 commit comments