summaryrefslogtreecommitdiff
path: root/Introduction_To_Chemical_Engineering/ch6.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Introduction_To_Chemical_Engineering/ch6.ipynb')
-rwxr-xr-xIntroduction_To_Chemical_Engineering/ch6.ipynb4
1 files changed, 2 insertions, 2 deletions
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",