File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed 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
12
12
an alternative implementation to ``PyGObject ``. ``PyGObject `` should
13
13
be used instead.
14
14
15
- rcparams
16
- --------
15
+ rcParam changes
16
+ ---------------
17
17
18
18
Removed
19
19
~~~~~~~
@@ -51,12 +51,12 @@ Matplotlib.use
51
51
Switching backends via `matplotlib.use ` is now allowed by default,
52
52
regardless of whether `matplotlib.pyplot ` has been imported. If the user
53
53
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.
55
55
56
56
mplot3d auto-registration
57
57
~~~~~~~~~~~~~~~~~~~~~~~~~
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") ``.
60
60
61
61
Invalid points in PathCollections
62
62
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -596,8 +596,8 @@ no longer available in the `matplotlib.pylab` module:
596
596
- ``stineman_interp ``
597
597
- ``vector_lengths ``
598
598
599
- mplot3d
600
- -------
599
+ mplot3d changes
600
+ ---------------
601
601
602
602
Voxel shading
603
603
~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments