8000 DOC: Move 3.4.0 development docs to final location. · matplotlib/matplotlib@e849cfc · GitHub
[go: up one dir, main page]

Skip to content

Commit e849cfc

Browse files
QuLogictacaswell
authored andcommitted
DOC: Move 3.4.0 development docs to final location.
1 parent 8acfd0a commit e849cfc

File tree

4 files changed

+31
-19
lines changed

4 files changed

+31
-19
lines changed

doc/api/next_api_changes/development/18356-JMK.rst

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

doc/api/next_api_changes/development/19500-AL.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
API Changes for 3.4.0
2+
=====================
3+
4+
.. contents::
5+
:local:
6+
:depth: 1
7+
8+
.. include:: /api/prev_api_changes/api_changes_3.4.0/development.rst
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Development changes
2+
-------------------
3+
4+
Matplotlib now requires numpy>=1.16
5+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6+
7+
``FigureBase`` class added, and ``Figure`` class made a child
8+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9+
10+
The new subfigure feature motivated some re-organization of the
11+
`.figure.Figure` class, so that the new `.figure.SubFigure` class could have
12+
all the capabilities of a figure.
13+
14+
The `.figure.Figure` class is now a subclass of `.figure.FigureBase`, where
15+
`.figure.FigureBase` contains figure-level artist addition routines, and the
16+
`.figure.Figure` subclass just contains features that are unique to the outer
17+
figure.
18+
19+
Note that there is a new *transSubfigure* transform associated with the
20+
subfigure. This transform also exists for a `.Figure` instance, and is equal
21+
to *transFigure* in that case, so code that uses the transform stack that wants
22+
to place objects on either the parent figure or one of the subfigures should
23+
use *transSubfigure*.

0 commit comments

Comments
 (0)
0