diff options
author | Srikant Patnaik | 2015-02-27 17:10:12 +0530 |
---|---|---|
committer | Srikant Patnaik | 2015-02-27 17:10:12 +0530 |
commit | 121f6027864eec574ad581705eb277e19120720c (patch) | |
tree | de95760936c857f2e4a3dce1ffb25c17daa512fa /Elements_Of_Mass_Transfer_Part_1/ch3.ipynb | |
parent | b14c13fcc6bb6d01c468805d612acb353ec168ac (diff) | |
download | Python-Textbook-Companions-121f6027864eec574ad581705eb277e19120720c.tar.gz Python-Textbook-Companions-121f6027864eec574ad581705eb277e19120720c.tar.bz2 Python-Textbook-Companions-121f6027864eec574ad581705eb277e19120720c.zip |
Changed '%pylab inline' to '%matplotlib inline' to fix warning messages across 138 files
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",
|