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

Skip to content

Commit ff17886

Browse files
tacaswelloscargus
andauthored
DOC: fix line wrapping
Co-authored-by: Oscar Gustafsson <[email protected]>
1 parent 19c9011 commit ff17886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/subplots_axes_and_figures/multiple_figs_demo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
1111
.. note::
1212
13-
We discourage working with multiple figures through the implicit pyplot interface
14-
because managing the *current figure* is cumbersome and
13+
We discourage working with multiple figures through the implicit pyplot
14+
interface because managing the *current figure* is cumbersome and
1515
error-prone. Instead, we recommend using the explicit approach and call
1616
methods on Figure and Axes instances. See :ref:`api_interfaces` for an
1717
explanation of the trade-offs between the implicit and explicit interfaces.

0 commit comments

Comments
 (0)