Switched to 538 plot style.

I like this one the best.
This commit is contained in:
Roger Labbe 2014-12-22 12:29:24 -08:00
parent 874a2ed59c
commit 5a60d94d6a
3 changed files with 121 additions and 124 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -30,9 +30,6 @@ def load_style(name='../styles/custom2.css'):
# chapter so the reader can see that they need to update FilterPy.
test_filterpy_version()
'''
'''
def equal_axis():
pylab.rcParams['figure.figsize'] = 10,10
@ -42,7 +39,7 @@ def reset_axis():
pylab.rcParams['figure.figsize'] = 12, 6
try:
plt.style.use('ggplot')
plt.style.use('fivethirtyeight')
reset_axis ()
pylab.rcParams['lines.linewidth'] = 2
pylab.rcParams['figure.subplot.hspace'] = 0.5