diff options
author | Srikant Patnaik | 2015-02-27 17:10:12 +0530 |
---|---|---|
committer | Srikant Patnaik | 2015-02-27 17:10:12 +0530 |
commit | 0ee873700378b995b441b1be6652178f741aea5b (patch) | |
tree | 0a2ea6b970580de48b91041492621e8e72663a3c /Chemical_Engineering_Thermodynamics/ch12.ipynb | |
parent | 62aa228e2519ac7b7f1aef53001f2f2e988a6eb1 (diff) | |
download | Python-Textbook-Companions-0ee873700378b995b441b1be6652178f741aea5b.tar.gz Python-Textbook-Companions-0ee873700378b995b441b1be6652178f741aea5b.tar.bz2 Python-Textbook-Companions-0ee873700378b995b441b1be6652178f741aea5b.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", |