909f107a93
I am switching to the default look of Jupyter as much as possible. Altering the look is not really supported by Jupyter, so rending on GitHub (for example) is very different than when running in your own browser. I also got rid of the animations that really slow down execution of the notebook in favor of using a slider to display a step in a computation - the reader can see the plots 'animated' by moving the slider. It is much faster to compute, and actually gives them fine grained control to go forwards/backwards in time. I am also revising my coverage of statistics, and moving the details about Bayes and total conditional probability to the third chapter. I shouldn't be talking about probability distributions before covering that material.
31 lines
783 B
JSON
31 lines
783 B
JSON
{
|
|
"lines.linewidth": 1.5,
|
|
"patch.linewidth": 0.5,
|
|
"legend.fancybox": true,
|
|
"axes.facecolor": "#ffffff",
|
|
"axes.axisbelow": true,
|
|
"axes.grid": true,
|
|
"patch.edgecolor": "#f0f0f0",
|
|
"examples.directory": "",
|
|
"figure.facecolor": "#ffffff",
|
|
"grid.linestyle": "dotted",
|
|
"grid.linewidth": 2.0,
|
|
"grid.color": "#cbcbcb",
|
|
"axes.edgecolor":"#f0f0f0",
|
|
"xtick.major.size": 0,
|
|
"xtick.minor.size": 0,
|
|
"ytick.major.size": 0,
|
|
"ytick.minor.size": 0,
|
|
"axes.linewidth": 3.0,
|
|
"font.size":12.0,
|
|
"lines.solid_capstyle": "butt",
|
|
"savefig.edgecolor": "#f0f0f0",
|
|
"savefig.facecolor": "#f0f0f0",
|
|
"figure.subplot.left" : 0.08,
|
|
"figure.subplot.right" : 0.95,
|
|
"figure.subplot.bottom" : 0.07,
|
|
"figure.subplot.hspace" : 0.5,
|
|
"legend.scatterpoints" : 1
|
|
}
|
|
|