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 --- Elements_Of_Mass_Transfer_Part_1/ch6.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Elements_Of_Mass_Transfer_Part_1/ch6.ipynb') diff --git a/Elements_Of_Mass_Transfer_Part_1/ch6.ipynb b/Elements_Of_Mass_Transfer_Part_1/ch6.ipynb index 3dc4dd02..2737889e 100755 --- a/Elements_Of_Mass_Transfer_Part_1/ch6.ipynb +++ b/Elements_Of_Mass_Transfer_Part_1/ch6.ipynb @@ -81,7 +81,7 @@ "collapsed": false, "input": [ " \n", - "%pylab inline\n", + "%matplotlib inline\n", " \n", "\n", "Ls=262.5; #mass of bone dry solid ais the drying surface\n", -- cgit