diff options
Diffstat (limited to 'Textbook_of_Engineering_Chemistry/dChapter_3.ipynb')
-rwxr-xr-x | Textbook_of_Engineering_Chemistry/dChapter_3.ipynb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Textbook_of_Engineering_Chemistry/dChapter_3.ipynb b/Textbook_of_Engineering_Chemistry/dChapter_3.ipynb index 5406df23..3d3c2015 100755 --- a/Textbook_of_Engineering_Chemistry/dChapter_3.ipynb +++ b/Textbook_of_Engineering_Chemistry/dChapter_3.ipynb @@ -125,7 +125,7 @@ "R=8.30*10**-3 #[kJ/kmol]\n",
"\n",
"#Calculation\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"import matplotlib.pyplot as plt\n",
"plt.plot(onebyT,log_k)\n",
"plt.ylabel('$log k$')\n",
|