8000 Merge pull request #17644 from tacaswell/doc_33_whats_new_consolidation · matplotlib/matplotlib@4f65a8a · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f65a8a

Browse files
authored
Merge pull request #17644 from tacaswell/doc_33_whats_new_consolidation
Doc 33 whats new consolidation
2 parents 7f298e1 + 3ad831d commit 4f65a8a

File tree

9 files changed

+236
-224
lines changed

9 files changed

+236
-224
lines changed

doc/api/api_changes/2019-02-11-PGE.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/api/api_changes_3.3/2019-04-25-AL.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

doc/api/api_changes_3.3/deprecations.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,3 +611,10 @@ global variables of the :mod:`matplotlib.backends.backend_qt4agg`,
611611
:mod:`matplotlib.backends.backend_qt4cairo`,
612612
:mod:`matplotlib.backends.backend_qt5agg` and
613613
:mod:`matplotlib.backends.backend_qt5cairo` modules are deprecated.
614+
615+
``TexManager``
616+
~~~~~~~~~~~~~~
617+
618+
The ``TexManager.serif``, ``TexManager.sans_serif``,
619+
``TexManager.cursive`` and ``TexManager.monospace`` attributes are
620+
deprecated.

doc/users/next_whats_new/2020-04-23-ES-svg-metadata.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

doc/users/next_whats_new/2020-04-24-ES-pdf-pgf-metadata.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

doc/users/next_whats_new/2020-05-28-extend_kwarg_to_BoundaryNorm.rst

Lines changed: 0 additions & 49 deletions
This file was deleted.

doc/users/next_whats_new/2020-05-tac.rst

Lines changed: 0 additions & 37 deletions
This file was deleted.

doc/users/prev_whats_new/whats_new_3.2.0.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,10 @@ will fall back to previous behaviour, which is using the color in ``text.color``
124124
Colors can now be specified using 3-digit or 4-digit hex colors, shorthand for
125125
the colors obtained by duplicating each character, e.g. ``#123`` is equivalent to
126126
``#112233`` and ``#123a`` is equivalent to ``#112233aa``.
127+
128+
129+
130+
Added support for RGB(A) images in pcolorfast
131+
---------------------------------------------
132+
133+
`.Axes.pcolorfast` now accepts 3D images (RGB or RGBA) arrays.

0 commit comments

Comments
 (0)
0