From 7a15b0756d2793067dbf2e85fd255466f976210a Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Sun, 24 Mar 2019 22:46:19 +0100 Subject: [PATCH] Backport PR #13751: DOC/FIX: try merging comments --- tutorials/introductory/sample_plots.py | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/tutorials/introductory/sample_plots.py b/tutorials/introductory/sample_plots.py index 39d32250ad0d..477202a43ce2 100644 --- a/tutorials/introductory/sample_plots.py +++ b/tutorials/introductory/sample_plots.py @@ -415,15 +415,13 @@ xkcd +Subplot example +=============== + +Many plot types can be combined in one figure to create +powerful and flexible representations of data. """ -################################################################### -# Subplot example -# =============== -# -# Many plot types can be combined in one figure to create -# powerful and flexible representations of data. -# import matplotlib.pyplot as plt import numpy as np