summaryrefslogtreecommitdiff
path: root/Introduction_To_Chemical_Engineering
diff options
context:
space:
mode:
Diffstat (limited to 'Introduction_To_Chemical_Engineering')
-rwxr-xr-xIntroduction_To_Chemical_Engineering/ch1.ipynb2
-rwxr-xr-xIntroduction_To_Chemical_Engineering/ch6.ipynb4
-rwxr-xr-xIntroduction_To_Chemical_Engineering/ch7.ipynb2
3 files changed, 4 insertions, 4 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",
diff --git a/Introduction_To_Chemical_Engineering/ch6.ipynb b/Introduction_To_Chemical_Engineering/ch6.ipynb
index 1a7b64a4..4fd6493b 100755
--- a/Introduction_To_Chemical_Engineering/ch6.ipynb
+++ b/Introduction_To_Chemical_Engineering/ch6.ipynb
@@ -311,7 +311,7 @@
"from matplotlib.pyplot import *\n",
"from numpy import *\n",
"\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"\n",
"x = [1,0.69,0.40,0.192,0.045,0];\n",
"y = [1,0.932,0.78,0.538,0.1775,0];\n",
@@ -385,7 +385,7 @@
"collapsed": false,
"input": [
"\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"import math \n",
"from numpy import *\n",
"from matplotlib.pyplot import *\n",
diff --git a/Introduction_To_Chemical_Engineering/ch7.ipynb b/Introduction_To_Chemical_Engineering/ch7.ipynb
index cf9ad80b..0c1d629b 100755
--- a/Introduction_To_Chemical_Engineering/ch7.ipynb
+++ b/Introduction_To_Chemical_Engineering/ch7.ipynb
@@ -255,7 +255,7 @@
"from numpy import *\n",
"from matplotlib.pyplot import *\n",
"\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"t = array([0,5,10,15,20,25])\n",
"C_A = array([25,18.2,13.2,9.6,7,5.1])\n",
"\n",