diff options
Diffstat (limited to 'Satellite_Communications/Chapter_6.ipynb')
-rwxr-xr-x | Satellite_Communications/Chapter_6.ipynb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Satellite_Communications/Chapter_6.ipynb b/Satellite_Communications/Chapter_6.ipynb index cafbce7e..644cc1ae 100755 --- a/Satellite_Communications/Chapter_6.ipynb +++ b/Satellite_Communications/Chapter_6.ipynb @@ -30,7 +30,7 @@ "input": [ "import math\n", "from pylab import *\n", - "%pylab inline\n", + "%matplotlib inline\n", "#Variable Decalration\n", "a=3\n", "b=2\n", @@ -126,7 +126,7 @@ "input": [ "import math\n", "from pylab import *\n", - "%pylab inline\n", + "%matplotlib inline\n", "#Varable Declaration\n", "\n", "N=5 #Number of elements of dipole\n", @@ -201,7 +201,7 @@ "input": [ "import math\n", "from pylab import *\n", - "%pylab inline\n", + "%matplotlib inline\n", "#Varable Declaration\n", "\n", "N=5 #Number of elements of dipole\n", |