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

Skip to content

Commit 659a417

Browse files
authored
Separate plots using #### in xkcd.py
Separate plots using full line of '#' characters in xkcd.py for Sphinx-gallery rendering per issue #8922
1 parent 7673002 commit 659a417

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/showcase/xkcd.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
import numpy as np
1010

1111
with plt.xkcd():
12+
13+
###############################################################################
1214
# Based on "Stove Ownership" from XKCD by Randall Monroe
1315
# http://xkcd.com/418/
1416

@@ -36,6 +38,7 @@
3638
'"Stove Ownership" from xkcd by Randall Monroe',
3739
ha='center')
3840

41+
###############################################################################
3942
# Based on "The Data So Far" from XKCD by Randall Monroe
4043
# http://xkcd.com/373/
4144

0 commit comments

Comments
 (0)