diff options
Diffstat (limited to 'Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch5.ipynb')
-rwxr-xr-x | Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch5.ipynb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch5.ipynb b/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch5.ipynb index 82caf09b..5ef3c2e4 100755 --- a/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch5.ipynb +++ b/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch5.ipynb @@ -998,7 +998,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "%pylab inline\n", + "%matplotlib inline\n", "\n", "from matplotlib.pyplot import *\n", "from numpy import *\n", @@ -1406,7 +1406,7 @@ "input": [ "import math \n", "from matplotlib.pyplot import *\n", - "%pylab inline\n", + "%matplotlib inline\n", "\n", "# Variables\n", "V1 = 5.; \t\t\t#m**3\n", @@ -1661,7 +1661,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "%pylab inline\n", + "%matplotlib inline\n", "import math\n", "from matplotlib.pyplot import *\n", "\n", |