Skip to content

Commit 9e08ef8

Browse files
cosmetic edts
1 parent 97358c9 commit 9e08ef8

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

Chapter1_Introduction/Chapter1_Introduction.ipynb

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"collapsed": false,
169169
"input": [
170170
"\"\"\"\n",
171-
"The book uses a custom matplotlibrc file, which provices the unique styles for matplotlib plots.\n",
171+
"The book uses a custom matplotlibrc file, which provides the unique styles for matplotlib plots.\n",
172172
"If executing this book, and you wish to use the book's styling, provided are two options:\n",
173173
" 1. Overwrite your own matplotlibrc file with the rc-file provided in the book's styles/ dir.\n",
174174
" See http://matplotlib.org/users/customizing.html\n",
@@ -179,7 +179,7 @@
179179
" s = json.load( open(\"../styles/bmh_matplotlibrc.json\") )\n",
180180
" matplotlib.rcParams.update(s)\n",
181181
"\"\"\"\n",
182-
"\n",
182+
"#the code below can be passed over, as it is currently not important.\n",
183183
"figsize( 12.5, 11)\n",
184184
"\n",
185185
"import scipy.stats as stats\n",
@@ -189,7 +189,6 @@
189189
"k = 1\n",
190190
"x = np.linspace(0,1,100)\n",
191191
"\n",
192-
"\n",
193192
"for N in n_trials:\n",
194193
" sx = subplot( len(n_trials), 1, k)\n",
195194
" plt.setp(sx.get_yticklabels(), visible=False)\n",
@@ -951,7 +950,7 @@
951950
" margin-right:auto;\n",
952951
" }\n",
953952
" h1 {\n",
954-
" font-family: \"Charis SIL\", Palatino, serif;\n",
953+
" font-family: Helvetica, serif;\n",
955954
" }\n",
956955
" h4{\n",
957956
" margin-top:12px;\n",
@@ -984,9 +983,7 @@
984983
" .warning{\n",
985984
" color: rgb( 240, 20, 20 )\n",
986985
" }\n",
987-
" \n",
988-
" ul li { margin:0 10 10 0;}\n",
989-
" ol li { margin:0 10 10 0;}\n",
986+
" \n",
990987
"</style>\n",
991988
"<script>\n",
992989
" MathJax.Hub.Config({\n",
@@ -1005,13 +1002,13 @@
10051002
"</script>"
10061003
],
10071004
"output_type": "pyout",
1008-
"prompt_number": 1,
1005+
"prompt_number": 66,
10091006
"text": [
1010-
"<IPython.core.display.HTML at 0x82bea20>"
1007+
"<IPython.core.display.HTML at 0xbc5e030>"
10111008
]
10121009
}
10131010
],
1014-
"prompt_number": 1
1011+
"prompt_number": 66
10151012
},
10161013
{
10171014
"cell_type": "code",

0 commit comments

Comments
 (0)