diff options
author | hardythe1 | 2015-04-07 16:03:32 +0530 |
---|---|---|
committer | hardythe1 | 2015-04-07 16:03:32 +0530 |
commit | cb2e12cd79d48ebbf281b9b118fd51f532f960f5 (patch) | |
tree | 45fe0db1bd1a6c81305a0369c5808456fdccde52 /Fundamentals_of_Electric_Drives_and_Control | |
parent | c7fe425ef3c5e8804f2f5de3d8fffedf5e2f1131 (diff) | |
parent | 0ee873700378b995b441b1be6652178f741aea5b (diff) | |
download | Python-Textbook-Companions-cb2e12cd79d48ebbf281b9b118fd51f532f960f5.tar.gz Python-Textbook-Companions-cb2e12cd79d48ebbf281b9b118fd51f532f960f5.tar.bz2 Python-Textbook-Companions-cb2e12cd79d48ebbf281b9b118fd51f532f960f5.zip |
add/modify/remove book
Diffstat (limited to 'Fundamentals_of_Electric_Drives_and_Control')
-rwxr-xr-x | Fundamentals_of_Electric_Drives_and_Control/Chapter_5.ipynb | 4 |
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",
|