Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7fcb4 commit 1761a03Copy full SHA for 1761a03
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