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

Skip to content

Commit 43453c8

Browse files
authored
Merge pull request #13753 from meeseeksmachine/auto-backport-of-pr-13751-on-v3.1.x
Backport PR #13751 on branch v3.1.x (DOC/FIX: try merging comments)
2 parents f03b92a + 7a15b07 commit 43453c8

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)