File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Support for ``pgi`` in the GTK3 backends has been dropped. ``pgi`` is
1212an alternative implementation to ``PyGObject ``. ``PyGObject `` should
1313be used instead.
1414
15- rcparams
16- --------
15+ rcParam changes
16+ ---------------
1717
1818Removed
1919~~~~~~~
@@ -51,12 +51,12 @@ Matplotlib.use
5151Switching backends via `matplotlib.use ` is now allowed by default,
5252regardless of whether `matplotlib.pyplot ` has been imported. If the user
5353tries 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
5656mplot3d 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
6161Invalid 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
602602Voxel shading
603603~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments