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 /Elements_Of_Mass_Transfer_Part_1/ch2.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 'Elements_Of_Mass_Transfer_Part_1/ch2.ipynb')
-rwxr-xr-x | Elements_Of_Mass_Transfer_Part_1/ch2.ipynb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Elements_Of_Mass_Transfer_Part_1/ch2.ipynb b/Elements_Of_Mass_Transfer_Part_1/ch2.ipynb index 0af298a7..a5a847c8 100755 --- a/Elements_Of_Mass_Transfer_Part_1/ch2.ipynb +++ b/Elements_Of_Mass_Transfer_Part_1/ch2.ipynb @@ -1307,7 +1307,7 @@ "input": [
" \n",
"#variation in liquid level with respect to time is given below\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"t=[26,185,456,1336,1958,2810,3829,4822,6385]\n",
"# let Zt-Zo= x;\n",
"x=[.25,1.29,2.32,4.39,5.47,6.70,7.38,9.03,10.48]\n",
|