We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d104c74 commit 93fb605Copy full SHA for 93fb605
doc/api/api_changes.rst
@@ -44,6 +44,16 @@ subplotparams will collapse axes to zero width or height. This prevents
44
``tight_layout`` from being executed. Similarly
45
`.tight_layout.get_tight_layout_figure` will return None.
46
47
+To improve import (startup) time, private modules are now imported lazily.
48
+These modules are no longer available at these locations:
49
+
50
+ - `matplotlib.backends.backend_agg._png`
51
+ - `matplotlib.contour._contour`
52
+ - `matplotlib.image._png`
53
+ - `matplotlib.mathtext._png`
54
+ - `matplotlib.tri.triangulation._tri`
55
+ - `matplotlib.tri.triangulation._qhull`
56
57
API Changes for 3.0.0
58
=====================
59
0 commit comments