summaryrefslogtreecommitdiff
path: root/ELECTRIC_MACHINERY/chapter1.ipynb
diff options
context:
space:
mode:
authorSrikant Patnaik2015-02-27 17:10:12 +0530
committerSrikant Patnaik2015-02-27 17:10:12 +0530
commit121f6027864eec574ad581705eb277e19120720c (patch)
treede95760936c857f2e4a3dce1ffb25c17daa512fa /ELECTRIC_MACHINERY/chapter1.ipynb
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 'ELECTRIC_MACHINERY/chapter1.ipynb')
-rwxr-xr-xELECTRIC_MACHINERY/chapter1.ipynb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ELECTRIC_MACHINERY/chapter1.ipynb b/ELECTRIC_MACHINERY/chapter1.ipynb
index 0e747060..30ec42e7 100755
--- a/ELECTRIC_MACHINERY/chapter1.ipynb
+++ b/ELECTRIC_MACHINERY/chapter1.ipynb
@@ -174,7 +174,7 @@
"from pylab import *\n",
"from matplotlib import *\n",
"from math import *\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"#Variable declaration:\n",
"Ac=9e-4 #Cross-section of the core(m)\n",
"Ag=9e-4 #Cross-section of the air-gap(m)\n",