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 /Engineering_Heat_Transfer/CHAPTER_3.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 'Engineering_Heat_Transfer/CHAPTER_3.ipynb')
-rwxr-xr-x | Engineering_Heat_Transfer/CHAPTER_3.ipynb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Engineering_Heat_Transfer/CHAPTER_3.ipynb b/Engineering_Heat_Transfer/CHAPTER_3.ipynb index 98a7ff3d..1d13a2b5 100755 --- a/Engineering_Heat_Transfer/CHAPTER_3.ipynb +++ b/Engineering_Heat_Transfer/CHAPTER_3.ipynb @@ -203,7 +203,7 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "%pylab inline"
+ "%matplotlib inline"
],
"language": "python",
"metadata": {},
|