diff options
author | Srikant Patnaik | 2015-02-27 17:10:12 +0530 |
---|---|---|
committer | Srikant Patnaik | 2015-02-27 17:10:12 +0530 |
commit | 121f6027864eec574ad581705eb277e19120720c (patch) | |
tree | de95760936c857f2e4a3dce1ffb25c17daa512fa /Chemical_Engineering_Thermodynamics/ch12.ipynb | |
parent | b14c13fcc6bb6d01c468805d612acb353ec168ac (diff) | |
download | Python-Textbook-Companions-121f6027864eec574ad581705eb277e19120720c.tar.gz Python-Textbook-Companions-121f6027864eec574ad581705eb277e19120720c.tar.bz2 Python-Textbook-Companions-121f6027864eec574ad581705eb277e19120720c.zip |
Changed '%pylab inline' to '%matplotlib inline' to fix warning messages across 138 files
Diffstat (limited to 'Chemical_Engineering_Thermodynamics/ch12.ipynb')
-rwxr-xr-x | Chemical_Engineering_Thermodynamics/ch12.ipynb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Chemical_Engineering_Thermodynamics/ch12.ipynb b/Chemical_Engineering_Thermodynamics/ch12.ipynb index 1834cdf1..fe626468 100755 --- a/Chemical_Engineering_Thermodynamics/ch12.ipynb +++ b/Chemical_Engineering_Thermodynamics/ch12.ipynb @@ -28,7 +28,7 @@ "collapsed": false, "input": [ "\n", - "%pylab inline\n", + "%matplotlib inline\n", "import math \n", "from numpy import *\n", "from matplotlib.pyplot import *\n", @@ -473,7 +473,7 @@ "input": [ "from numpy import *\n", "from matplotlib.pyplot import *\n", - "%pylab inline\n", + "%matplotlib inline\n", "# Variables\n", "P = [350.00,446.00,518.00,574.50,609.00,632.50,665.00,681.50,691.50]\n", "x1 = [0.0550,0.1290,0.2120,0.3130,0.4300,0.5200,0.6380,0.7490,0.8720]\n", @@ -580,7 +580,7 @@ "input": [ "from numpy import *\n", "from matplotlib.pyplot import *\n", - "%pylab inline\n", + "%matplotlib inline\n", "# Variables\n", "\n", "P = 760.\t\t\t #pressure of the system in Torr\n", |