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