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 /Introduction_To_Chemical_Engineering/ch1.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 'Introduction_To_Chemical_Engineering/ch1.ipynb')
-rwxr-xr-x | Introduction_To_Chemical_Engineering/ch1.ipynb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Introduction_To_Chemical_Engineering/ch1.ipynb b/Introduction_To_Chemical_Engineering/ch1.ipynb index b28f0745..b0ff6c5a 100755 --- a/Introduction_To_Chemical_Engineering/ch1.ipynb +++ b/Introduction_To_Chemical_Engineering/ch1.ipynb @@ -487,7 +487,7 @@ "from numpy import *\n", "from matplotlib.pyplot import * \n", "\n", - "%pylab inline\n", + "%matplotlib inline\n", "\n", "u = array([2,1.92,1.68,1.28,0.72,0]);\n", "r = array([0,1,2,3,4,5]);\n", |