diff options
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",
|