File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,14 @@ Andrew Dawson added a new keyword argument *extendrect* to
33
33
:meth: `~matplotlib.pyplot.colorbar ` to optionally make colorbar
34
34
extensions rectangular instead of triangular.
35
35
36
+ Examples now use subplots()
37
+ ---------------------------
38
+ For the sake of brevity and clarity, most of the :ref: `examples
39
+ <examples-index>` now use the newer :func: `~matplotlib.pyplot.subplots `
40
+ , which creates a figure and one (or multiple) axes object(s) in one
41
+ call. The old way involved a call to :func: `~matplotlib.pyplot.figure `,
42
+ followed by one (or multiple) :func: `~matplotlib.pyplot.subplot ` calls.
43
+
36
44
Calling subplot() without arguments
37
45
-----------------------------------
38
46
A call to :func: `~matplotlib.pyplot.subplot ` without any arguments now
You can’t perform that action at this time.
0 commit comments