File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 8
8
import matplotlib .pyplot as plt
9
9
import numpy as np
10
10
11
- with plt . xkcd ():
12
-
13
- ###############################################################################
11
+ ###############################################################################
12
+
13
+ with plt . xkcd ():
14
14
# Based on "Stove Ownership" from XKCD by Randall Monroe
15
15
# http://xkcd.com/418/
16
16
38
38
'"Stove Ownership" from xkcd by Randall Monroe' ,
39
39
ha = 'center' )
40
40
41
- ###############################################################################
41
+ ###############################################################################
42
+
43
+ with plt .xkcd ():
42
44
# Based on "The Data So Far" from XKCD by Randall Monroe
43
45
# http://xkcd.com/373/
44
46
You can’t perform that action at this time.
0 commit comments