diff options
author | Srikant Patnaik | 2015-02-27 17:10:12 +0530 |
---|---|---|
committer | Srikant Patnaik | 2015-02-27 17:10:12 +0530 |
commit | 0ee873700378b995b441b1be6652178f741aea5b (patch) | |
tree | 0a2ea6b970580de48b91041492621e8e72663a3c /Elements_Of_Mass_Transfer_Part_1/ch5.ipynb | |
parent | 62aa228e2519ac7b7f1aef53001f2f2e988a6eb1 (diff) | |
download | Python-Textbook-Companions-0ee873700378b995b441b1be6652178f741aea5b.tar.gz Python-Textbook-Companions-0ee873700378b995b441b1be6652178f741aea5b.tar.bz2 Python-Textbook-Companions-0ee873700378b995b441b1be6652178f741aea5b.zip |
Changed '%pylab inline' to '%matplotlib inline' to fix warning messages across 138 files
Diffstat (limited to 'Elements_Of_Mass_Transfer_Part_1/ch5.ipynb')
-rwxr-xr-x | Elements_Of_Mass_Transfer_Part_1/ch5.ipynb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Elements_Of_Mass_Transfer_Part_1/ch5.ipynb b/Elements_Of_Mass_Transfer_Part_1/ch5.ipynb index 49994a84..6d856458 100755 --- a/Elements_Of_Mass_Transfer_Part_1/ch5.ipynb +++ b/Elements_Of_Mass_Transfer_Part_1/ch5.ipynb @@ -688,7 +688,7 @@ " \n",
"# Variable Declaration \n",
"\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"L=2000.; #flow rate of water to be cooled in kg/min\n",
"T1=50.; #temperature of inlet water\n",
"T2=30.; #temp. of outlet water\n",
|