From 121f6027864eec574ad581705eb277e19120720c Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Fri, 27 Feb 2015 17:10:12 +0530 Subject: Changed '%pylab inline' to '%matplotlib inline' to fix warning messages across 138 files --- Textbook_of_Engineering_Chemistry/dChapter_3.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Textbook_of_Engineering_Chemistry') 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", -- cgit