File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 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
9696 :align: center
9797 :scale: 50
9898
99- Xkcd
99+ xkcd
100100
101101Updated Axes3D.contour methods
102102------------------------------
Original file line number Diff line number Diff line change 1111###############################################################################
1212
1313with plt .xkcd ():
14- # Based on "Stove Ownership" from XKCD by Randall Monroe
14+ # Based on "Stove Ownership" from XKCD by Randall Munroe
1515 # http://xkcd.com/418/
1616
1717 fig = plt .figure ()
3535 plt .ylabel ('my overall health' )
3636 fig .text (
3737 0.5 , 0.05 ,
38- '"Stove Ownership" from xkcd by Randall Monroe ' ,
38+ '"Stove Ownership" from xkcd by Randall Munroe ' ,
3939 ha = 'center' )
4040
4141###############################################################################
4242
4343with 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
4545 # http://xkcd.com/373/
4646
4747 fig = plt .figure ()
6060
6161 fig .text (
6262 0.5 , 0.05 ,
63- '"The Data So Far" from xkcd by Randall Monroe ' ,
63+ '"The Data So Far" from xkcd by Randall Munroe ' ,
6464 ha = 'center' )
6565
6666plt .show ()
Original file line number Diff line number Diff line change 3131 ('tab:' + name , value ) for name , value in TABLEAU_COLORS )
3232
3333# 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:
3535# http://blog.xkcd.com/2010/05/03/color-survey-results/
3636# for more details. The results are hosted at
3737# https://xkcd.com/color/rgb.txt
Original file line number Diff line number Diff line change 413413 :align: center
414414 :scale: 50
415415
416- Xkcd
416+ xkcd
417417"""
418418
419419###################################################################
You can’t perform that action at this time.
0 commit comments