summaryrefslogtreecommitdiff
path: root/Antennas_and_Wave_Propagation
diff options
context:
space:
mode:
authorSrikant Patnaik2015-02-27 17:10:12 +0530
committerSrikant Patnaik2015-02-27 17:10:12 +0530
commit0ee873700378b995b441b1be6652178f741aea5b (patch)
tree0a2ea6b970580de48b91041492621e8e72663a3c /Antennas_and_Wave_Propagation
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 'Antennas_and_Wave_Propagation')
-rwxr-xr-xAntennas_and_Wave_Propagation/chapter15.ipynb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Antennas_and_Wave_Propagation/chapter15.ipynb b/Antennas_and_Wave_Propagation/chapter15.ipynb
index 223fe26f..c83a14c3 100755
--- a/Antennas_and_Wave_Propagation/chapter15.ipynb
+++ b/Antennas_and_Wave_Propagation/chapter15.ipynb
@@ -71,7 +71,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "%pylab inline\n",
+ "%matplotlib inline\n",
"import numpy as np\n",
"from math import pi, sin, sqrt, radians\n",
"from pylab import *\n",
@@ -160,7 +160,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "%pylab inline\n",
+ "%matplotlib inline\n",
"from math import pi,acos,sqrt,log10,atan\n",
"import cmath\n",
"import numpy as np\n",