From 02391715108fbf5a445a84373bcb7a541c80c1e5 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Sun, 24 Mar 2019 09:38:02 -0700 Subject: [PATCH] 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