Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45deaad

Browse files
authored
Merge pull request #13751 from jklymak/doc-fix-build
DOC/FIX: try merging comments
2 parents 4e097fa + 0239171 commit 45deaad

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

tutorials/introductory/sample_plots.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -415,15 +415,13 @@
415415
416416
xkcd
417417
418+
Subplot example
419+
===============
420+
421+
Many plot types can be combined in one figure to create
422+
powerful and flexible representations of data.
418423
"""
419424

420-
###################################################################
421-
# Subplot example
422-
# ===============
423-
#
424-
# Many plot types can be combined in one figure to create
425-
# powerful and flexible representations of data.
426-
#
427425
import matplotlib.pyplot as plt
428426
import numpy as np
429427

0 commit comments

Comments
 (0)