summaryrefslogtreecommitdiff
path: root/Fundamentals_of_Electric_Drives_and_Control
diff options
context:
space:
mode:
authorSrikant Patnaik2015-02-27 17:10:12 +0530
committerSrikant Patnaik2015-02-27 17:10:12 +0530
commit121f6027864eec574ad581705eb277e19120720c (patch)
treede95760936c857f2e4a3dce1ffb25c17daa512fa /Fundamentals_of_Electric_Drives_and_Control
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 'Fundamentals_of_Electric_Drives_and_Control')
-rwxr-xr-xFundamentals_of_Electric_Drives_and_Control/Chapter_5.ipynb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Fundamentals_of_Electric_Drives_and_Control/Chapter_5.ipynb b/Fundamentals_of_Electric_Drives_and_Control/Chapter_5.ipynb
index 612b0c1e..f86d9e30 100755
--- a/Fundamentals_of_Electric_Drives_and_Control/Chapter_5.ipynb
+++ b/Fundamentals_of_Electric_Drives_and_Control/Chapter_5.ipynb
@@ -441,7 +441,7 @@
"input": [
" \n",
"import math \n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"\n",
"#Variable declaration\n",
"E1=200.0 #[EMF]V\n",
@@ -922,7 +922,7 @@
"collapsed": false,
"input": [
"import math \n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"#Variable declaration\n",
"V=220.0 #[Voltage] V\n",
"f=50.0 #[Frequency] Hz\n",