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 19c9011 commit ff17886Copy full SHA for ff17886
examples/subplots_axes_and_figures/multiple_figs_demo.py
@@ -10,8 +10,8 @@
10
11
.. note::
12
13
- We discourage working with multiple figures through the implicit pyplot interface
14
- because managing the *current figure* is cumbersome and
+ We discourage working with multiple figures through the implicit pyplot
+ interface because managing the *current figure* is cumbersome and
15
error-prone. Instead, we recommend using the explicit approach and call
16
methods on Figure and Axes instances. See :ref:`api_interfaces` for an
17
explanation of the trade-offs between the implicit and explicit interfaces.
0 commit comments