File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,6 +138,14 @@ Andrew Dawson added a new keyword argument *extendrect* to
138138:meth: `~matplotlib.pyplot.colorbar ` to optionally make colorbar
139139extensions rectangular instead of triangular.
140140
141+ Examples now use subplots()
142+ ---------------------------
143+ For the sake of brevity and clarity, most of the :ref: `examples
144+ <examples-index>` now use the newer :func: `~matplotlib.pyplot.subplots `
145+ , which creates a figure and one (or multiple) axes object(s) in one
146+ call. The old way involved a call to :func: `~matplotlib.pyplot.figure `,
147+ followed by one (or multiple) :func: `~matplotlib.pyplot.subplot ` calls.
148+
141149Calling subplot() without arguments
142150-----------------------------------
143151A call to :func: `~matplotlib.pyplot.subplot ` without any arguments now
You can’t perform that action at this time.
0 commit comments