diff options
author | Srikant Patnaik | 2015-02-27 17:10:12 +0530 |
---|---|---|
committer | Srikant Patnaik | 2015-02-27 17:10:12 +0530 |
commit | 0ee873700378b995b441b1be6652178f741aea5b (patch) | |
tree | 0a2ea6b970580de48b91041492621e8e72663a3c /Elements_of_Physical_Chemistry | |
parent | 62aa228e2519ac7b7f1aef53001f2f2e988a6eb1 (diff) | |
download | Python-Textbook-Companions-0ee873700378b995b441b1be6652178f741aea5b.tar.gz Python-Textbook-Companions-0ee873700378b995b441b1be6652178f741aea5b.tar.bz2 Python-Textbook-Companions-0ee873700378b995b441b1be6652178f741aea5b.zip |
Changed '%pylab inline' to '%matplotlib inline' to fix warning messages across 138 files
Diffstat (limited to 'Elements_of_Physical_Chemistry')
-rwxr-xr-x | Elements_of_Physical_Chemistry/Chapter10.ipynb | 2 | ||||
-rwxr-xr-x | Elements_of_Physical_Chemistry/Chapter6.ipynb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Elements_of_Physical_Chemistry/Chapter10.ipynb b/Elements_of_Physical_Chemistry/Chapter10.ipynb index ed29d00c..d07870df 100755 --- a/Elements_of_Physical_Chemistry/Chapter10.ipynb +++ b/Elements_of_Physical_Chemistry/Chapter10.ipynb @@ -29,7 +29,7 @@ "input": [
"#Calculate the overall rate constant and hence the overall rate law\n",
"#Initialization of variables\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"import math\n",
"import numpy as np\n",
"from numpy import linalg\n",
diff --git a/Elements_of_Physical_Chemistry/Chapter6.ipynb b/Elements_of_Physical_Chemistry/Chapter6.ipynb index f3e0726f..7705b071 100755 --- a/Elements_of_Physical_Chemistry/Chapter6.ipynb +++ b/Elements_of_Physical_Chemistry/Chapter6.ipynb @@ -202,7 +202,7 @@ "input": [
"#Calculate the molar mass of the enzyme\n",
"#Initialization of variables\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"import numpy as np\n",
"from numpy import linalg\n",
"import matplotlib\n",
|