summaryrefslogtreecommitdiff
path: root/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)
diff options
context:
space:
mode:
authorSrikant Patnaik2015-02-27 17:10:12 +0530
committerSrikant Patnaik2015-02-27 17:10:12 +0530
commit0ee873700378b995b441b1be6652178f741aea5b (patch)
tree0a2ea6b970580de48b91041492621e8e72663a3c /Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)
parent62aa228e2519ac7b7f1aef53001f2f2e988a6eb1 (diff)
downloadPython-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 'Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)')
-rwxr-xr-xEngineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch13.ipynb4
-rwxr-xr-xEngineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch4.ipynb2
-rwxr-xr-xEngineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch5.ipynb6
3 files changed, 6 insertions, 6 deletions
diff --git a/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch13.ipynb b/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch13.ipynb
index 74a2f204..47fe7543 100755
--- a/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch13.ipynb
+++ b/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch13.ipynb
@@ -1586,7 +1586,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "%pylab inline\n",
+ "%matplotlib inline\n",
"\n",
"from numpy import *\n",
"from matplotlib.pyplot import *\n",
@@ -1790,7 +1790,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "%pylab inline\n",
+ "%matplotlib inline\n",
"from numpy import *\n",
"from matplotlib.pyplot import *\n",
"\n",
diff --git a/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch4.ipynb b/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch4.ipynb
index b6621911..75e64c12 100755
--- a/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch4.ipynb
+++ b/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch4.ipynb
@@ -1419,7 +1419,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "%pylab inline\n",
+ "%matplotlib inline\n",
"\n",
"import math \n",
"from scipy.integrate import quad \n",
diff --git a/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch5.ipynb b/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch5.ipynb
index 82caf09b..5ef3c2e4 100755
--- a/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch5.ipynb
+++ b/Engineering_Thermodynamics:_A_Computer_Approach_(SI_Units_Version)/ch5.ipynb
@@ -998,7 +998,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "%pylab inline\n",
+ "%matplotlib inline\n",
"\n",
"from matplotlib.pyplot import *\n",
"from numpy import *\n",
@@ -1406,7 +1406,7 @@
"input": [
"import math \n",
"from matplotlib.pyplot import *\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"\n",
"# Variables\n",
"V1 = 5.; \t\t\t#m**3\n",
@@ -1661,7 +1661,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "%pylab inline\n",
+ "%matplotlib inline\n",
"import math\n",
"from matplotlib.pyplot import *\n",
"\n",