summaryrefslogtreecommitdiff
path: root/Fluid_Mechanics_-_Worked_Examples_For_Engineers
diff options
context:
space:
mode:
authorSrikant Patnaik2015-02-27 17:10:12 +0530
committerSrikant Patnaik2015-02-27 17:10:12 +0530
commit121f6027864eec574ad581705eb277e19120720c (patch)
treede95760936c857f2e4a3dce1ffb25c17daa512fa /Fluid_Mechanics_-_Worked_Examples_For_Engineers
parentb14c13fcc6bb6d01c468805d612acb353ec168ac (diff)
downloadPython-Textbook-Companions-121f6027864eec574ad581705eb277e19120720c.tar.gz
Python-Textbook-Companions-121f6027864eec574ad581705eb277e19120720c.tar.bz2
Python-Textbook-Companions-121f6027864eec574ad581705eb277e19120720c.zip
Changed '%pylab inline' to '%matplotlib inline' to fix warning messages across 138 files
Diffstat (limited to 'Fluid_Mechanics_-_Worked_Examples_For_Engineers')
-rwxr-xr-xFluid_Mechanics_-_Worked_Examples_For_Engineers/Chapter_5_1.ipynb2
-rwxr-xr-xFluid_Mechanics_-_Worked_Examples_For_Engineers/Chapter_7_1.ipynb4
-rwxr-xr-xFluid_Mechanics_-_Worked_Examples_For_Engineers/Chapter_9_1.ipynb2
3 files changed, 4 insertions, 4 deletions
diff --git a/Fluid_Mechanics_-_Worked_Examples_For_Engineers/Chapter_5_1.ipynb b/Fluid_Mechanics_-_Worked_Examples_For_Engineers/Chapter_5_1.ipynb
index 19f3f7be..eff0d2c6 100755
--- a/Fluid_Mechanics_-_Worked_Examples_For_Engineers/Chapter_5_1.ipynb
+++ b/Fluid_Mechanics_-_Worked_Examples_For_Engineers/Chapter_5_1.ipynb
@@ -69,7 +69,7 @@
"collapsed": false,
"input": [
"\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"#variable initialisation\n",
"from math import pi\n",
"import numpy as np\n",
diff --git a/Fluid_Mechanics_-_Worked_Examples_For_Engineers/Chapter_7_1.ipynb b/Fluid_Mechanics_-_Worked_Examples_For_Engineers/Chapter_7_1.ipynb
index eff449e4..f586c31d 100755
--- a/Fluid_Mechanics_-_Worked_Examples_For_Engineers/Chapter_7_1.ipynb
+++ b/Fluid_Mechanics_-_Worked_Examples_For_Engineers/Chapter_7_1.ipynb
@@ -71,7 +71,7 @@
"collapsed": false,
"input": [
"\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"#variable decleration\n",
"import math\n",
"import numpy as np\n",
@@ -193,7 +193,7 @@
"input": [
"\n",
"\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"#variable decleration\n",
"from math import pi\n",
"import math\n",
diff --git a/Fluid_Mechanics_-_Worked_Examples_For_Engineers/Chapter_9_1.ipynb b/Fluid_Mechanics_-_Worked_Examples_For_Engineers/Chapter_9_1.ipynb
index 3a6f5367..44a37ce8 100755
--- a/Fluid_Mechanics_-_Worked_Examples_For_Engineers/Chapter_9_1.ipynb
+++ b/Fluid_Mechanics_-_Worked_Examples_For_Engineers/Chapter_9_1.ipynb
@@ -190,7 +190,7 @@
"collapsed": false,
"input": [
"\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"#Vabiable Declaration\n",
"import numpy as np\n",
"from pylab import *\n",