diff options
Diffstat (limited to 'Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch13.ipynb')
-rwxr-xr-x | Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch13.ipynb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch13.ipynb b/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch13.ipynb index 74a2f204..47fe7543 100755 --- a/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch13.ipynb +++ b/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch13.ipynb @@ -1586,7 +1586,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "%pylab inline\n", + "%matplotlib inline\n", "\n", "from numpy import *\n", "from matplotlib.pyplot import *\n", @@ -1790,7 +1790,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "%pylab inline\n", + "%matplotlib inline\n", "from numpy import *\n", "from matplotlib.pyplot import *\n", "\n", |