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/ch5.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Industrial_Instrumentation/ch5.ipynb') 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