From aecbd810ccf8716c40fd39c63a2178345fb397ef Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Thu, 4 Jul 2019 07:29:56 -0700 Subject: [PATCH] Backport PR #14688: Revise the misleading title for subplots demo --- examples/subplots_axes_and_figures/subplots_demo.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/subplots_axes_and_figures/subplots_demo.py b/examples/subplots_axes_and_figures/subplots_demo.py index c850cec7be6c..6dddeb26ba07 100644 --- a/examples/subplots_axes_and_figures/subplots_demo.py +++ b/examples/subplots_axes_and_figures/subplots_demo.py @@ -1,7 +1,7 @@ """ -================================================ -Creating multiple subplots using ``plt.subplot`` -================================================ +================================================= +Creating multiple subplots using ``plt.subplots`` +================================================= `.pyplot.subplots` creates a figure and a grid of subplots with a single call, while providing reasonable control over how the individual plots are created.