Switched to IPython 3.0 format.

Here's hoping everything still works on nbviewer!
This commit is contained in:
Roger Labbe
2015-03-02 16:48:52 -08:00
parent 65cb22d07c
commit 8cc19ba117
28 changed files with 182211 additions and 29146 deletions

View File

@@ -38,7 +38,7 @@ def equal_axis():
plt.axis('equal')
def reset_axis():
pylab.rcParams['figure.figsize'] = 12, 6
pylab.rcParams['figure.figsize'] = 11, 5.5
def set_figsize(x, y):
pylab.rcParams['figure.figsize'] = x, y