diff options
Diffstat (limited to 'Elements_Of_Mass_Transfer_Part_1/ch3.ipynb')
-rwxr-xr-x | Elements_Of_Mass_Transfer_Part_1/ch3.ipynb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Elements_Of_Mass_Transfer_Part_1/ch3.ipynb b/Elements_Of_Mass_Transfer_Part_1/ch3.ipynb index 3a0c3089..c527a037 100755 --- a/Elements_Of_Mass_Transfer_Part_1/ch3.ipynb +++ b/Elements_Of_Mass_Transfer_Part_1/ch3.ipynb @@ -443,7 +443,7 @@ " y[i]= a[i]/760.; #mole fraction plotted on y-axis\n",
" i=i+1; \n",
" #mole fraction plotted on x-axis\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"from matplotlib.pyplot import *\n",
"\n",
"# Result\n",
|