diff options
author | hardythe1 | 2015-04-07 16:03:32 +0530 |
---|---|---|
committer | hardythe1 | 2015-04-07 16:03:32 +0530 |
commit | ba4d7bfd00d268a9a5fbdee8938f9a4b5a04851d (patch) | |
tree | fcc60b142916d4a738807d3de7ed170b3f9818f6 /Industrial_Instrumentation/ch5.ipynb | |
parent | 92cca121f959c6616e3da431c1e2d23c4fa5e886 (diff) | |
parent | 121f6027864eec574ad581705eb277e19120720c (diff) | |
download | Python-Textbook-Companions-ba4d7bfd00d268a9a5fbdee8938f9a4b5a04851d.tar.gz Python-Textbook-Companions-ba4d7bfd00d268a9a5fbdee8938f9a4b5a04851d.tar.bz2 Python-Textbook-Companions-ba4d7bfd00d268a9a5fbdee8938f9a4b5a04851d.zip |
add/modify/remove book
Diffstat (limited to 'Industrial_Instrumentation/ch5.ipynb')
-rwxr-xr-x | Industrial_Instrumentation/ch5.ipynb | 6 |
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", |