summaryrefslogtreecommitdiff
path: root/ELECTRIC_MACHINERY/.ipynb_checkpoints/chapter3-checkpoint.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/.ipynb_checkpoints/chapter3-checkpoint.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/.ipynb_checkpoints/chapter3-checkpoint.ipynb')
-rwxr-xr-xELECTRIC_MACHINERY/.ipynb_checkpoints/chapter3-checkpoint.ipynb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ELECTRIC_MACHINERY/.ipynb_checkpoints/chapter3-checkpoint.ipynb b/ELECTRIC_MACHINERY/.ipynb_checkpoints/chapter3-checkpoint.ipynb
index abe5516c..22fca9a1 100755
--- a/ELECTRIC_MACHINERY/.ipynb_checkpoints/chapter3-checkpoint.ipynb
+++ b/ELECTRIC_MACHINERY/.ipynb_checkpoints/chapter3-checkpoint.ipynb
@@ -120,7 +120,7 @@
"collapsed": false,
"input": [
"from __future__ import division\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"import numpy as np\n",
"\n",
"#Variable declaration:\n",
@@ -311,7 +311,7 @@
"collapsed": false,
"input": [
"from __future__ import division\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"from matplotlib import *\n",
"\n",
"#Variable declaration:\n",