From 0ee873700378b995b441b1be6652178f741aea5b Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Fri, 27 Feb 2015 17:10:12 +0530 Subject: Changed '%pylab inline' to '%matplotlib inline' to fix warning messages across 138 files --- Chemical_Engineering_Thermodynamics/ch12.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Chemical_Engineering_Thermodynamics/ch12.ipynb') 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", -- cgit