File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ to modify each artist's sketch parameters individually with
96
96
:align: center
97
97
:scale: 50
98
98
99
- Xkcd
99
+ xkcd
100
100
101
101
Updated Axes3D.contour methods
102
102
------------------------------
Original file line number Diff line number Diff line change 11
11
###############################################################################
12
12
13
13
with plt .xkcd ():
14
- # Based on "Stove Ownership" from XKCD by Randall Monroe
14
+ # Based on "Stove Ownership" from XKCD by Randall Munroe
15
15
# http://xkcd.com/418/
16
16
17
17
fig = plt .figure ()
35
35
plt .ylabel ('my overall health' )
36
36
fig .text (
37
37
0.5 , 0.05 ,
38
- '"Stove Ownership" from xkcd by Randall Monroe ' ,
38
+ '"Stove Ownership" from xkcd by Randall Munroe ' ,
39
39
ha = 'center' )
40
40
41
41
###############################################################################
42
42
43
43
with plt .xkcd ():
44
- # Based on "The Data So Far" from XKCD by Randall Monroe
44
+ # Based on "The Data So Far" from XKCD by Randall Munroe
45
45
# http://xkcd.com/373/
46
46
47
47
fig = plt .figure ()
60
60
61
61
fig .text (
62
62
0.5 , 0.05 ,
63
- '"The Data So Far" from xkcd by Randall Monroe ' ,
63
+ '"The Data So Far" from xkcd by Randall Munroe ' ,
64
64
ha = 'center' )
65
65
66
66
plt .show ()
Original file line number Diff line number Diff line change 31
31
('tab:' + name , value ) for name , value in TABLEAU_COLORS )
32
32
33
33
# This mapping of color names -> hex values is taken from
34
- # a survey run by Randel Monroe see:
34
+ # a survey run by Randall Munroe see:
35
35
# http://blog.xkcd.com/2010/05/03/color-survey-results/
36
36
# for more details. The results are hosted at
37
37
# https://xkcd.com/color/rgb.txt
Original file line number Diff line number Diff line change 413
413
:align: center
414
414
:scale: 50
415
415
416
- Xkcd
416
+ xkcd
417
417
"""
418
418
419
419
###################################################################
You can’t perform that action at this time.
0 commit comments