summaryrefslogtreecommitdiff
path: root/Industrial_Instrumentation/ch5.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Industrial_Instrumentation/ch5.ipynb')
-rwxr-xr-xIndustrial_Instrumentation/ch5.ipynb6
1 files changed, 3 insertions, 3 deletions
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",