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

Skip to content

Commit b5ad362

Browse files
committed
Minor changes
1 parent 05d7d48 commit b5ad362

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/api/prev_api_changes/api_changes_3.1.0.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Support for ``pgi`` in the GTK3 backends has been dropped. ``pgi`` is
1212
an alternative implementation to ``PyGObject``. ``PyGObject`` should
1313
be used instead.
1414

15-
rcparams
16-
--------
15+
rcParam changes
16+
---------------
1717

1818
Removed
1919
~~~~~~~
@@ -51,12 +51,12 @@ Matplotlib.use
5151
Switching backends via `matplotlib.use` is now allowed by default,
5252
regardless of whether `matplotlib.pyplot` has been imported. If the user
5353
tries to switch from an already-started interactive backend to a different
54-
interactive backend, an ImportError will be raised.
54+
interactive backend, an `ImportError` will be raised.
5555

5656
mplot3d auto-registration
5757
~~~~~~~~~~~~~~~~~~~~~~~~~
58-
mplot3d is always registered by default now. It is not necessary to import
59-
mplot3d to create 3d axes with ``fig.add_subplot(111, projection="3d")``.
58+
mplot3d is always registered by default now. It is no longer necessary to
59+
import mplot3d to create 3d axes with ``fig.add_subplot(111, projection="3d")``.
6060

6161
Invalid points in PathCollections
6262
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -596,8 +596,8 @@ no longer available in the `matplotlib.pylab` module:
596596
- ``stineman_interp``
597597
- ``vector_lengths``
598598

599-
mplot3d
600-
-------
599+
mplot3d changes
600+
---------------
601601

602602
Voxel shading
603603
~~~~~~~~~~~~~

0 commit comments

Comments
 (0)