Skip to content

Commit

Permalink
Updates for PyCon tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenDowney committed May 11, 2017
1 parent 0c658cb commit 4aef771
Show file tree
Hide file tree
Showing 7 changed files with 314 additions and 223 deletions.
30 changes: 15 additions & 15 deletions code/chap01.ipynb

Large diffs are not rendered by default.

47 changes: 24 additions & 23 deletions code/chap02.ipynb

Large diffs are not rendered by default.

93 changes: 47 additions & 46 deletions code/chap03soln.ipynb

Large diffs are not rendered by default.

145 changes: 73 additions & 72 deletions code/chap08.ipynb

Large diffs are not rendered by default.

214 changes: 151 additions & 63 deletions code/chap10.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions code/chap10preview.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion code/thinkplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ def Save(root=None, formats=None, **options):
Config(**options)

if formats is None:
formats = ['pdf', 'eps']
formats = ['pdf', 'png']

try:
formats.remove('plotly')
Expand Down

0 comments on commit 4aef771

Please sign in to comment.