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

---
 Industrial_Instrumentation/ch4.ipynb | 2 +-
 Industrial_Instrumentation/ch5.ipynb | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

(limited to 'Industrial_Instrumentation')

diff --git a/Industrial_Instrumentation/ch4.ipynb b/Industrial_Instrumentation/ch4.ipynb
index 7eb1e631..3982cfe4 100755
--- a/Industrial_Instrumentation/ch4.ipynb
+++ b/Industrial_Instrumentation/ch4.ipynb
@@ -1463,7 +1463,7 @@
      "input": [
       "\n",
       "\n",
-      "%pylab inline\n",
+      "%matplotlib inline\n",
       "\n",
       "import math \n",
       "from scipy.integrate import quad \n",
diff --git a/Industrial_Instrumentation/ch5.ipynb b/Industrial_Instrumentation/ch5.ipynb
index 66f7a8b4..fc1f0115 100755
--- a/Industrial_Instrumentation/ch5.ipynb
+++ b/Industrial_Instrumentation/ch5.ipynb
@@ -1034,7 +1034,7 @@
      "collapsed": false,
      "input": [
       "\n",
-      "%pylab inline\n",
+      "%matplotlib inline\n",
       "\n",
       "from matplotlib.pyplot import *\n",
       "from numpy import *\n",
@@ -1455,7 +1455,7 @@
       "\n",
       "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",
@@ -1717,7 +1717,7 @@
      "collapsed": false,
      "input": [
       "\n",
-      "%pylab inline\n",
+      "%matplotlib inline\n",
       "import math\n",
       "from matplotlib.pyplot import *\n",
       "\n",
-- 
cgit