diff options
author | hardythe1 | 2015-04-07 16:03:32 +0530 |
---|---|---|
committer | hardythe1 | 2015-04-07 16:03:32 +0530 |
commit | ba4d7bfd00d268a9a5fbdee8938f9a4b5a04851d (patch) | |
tree | fcc60b142916d4a738807d3de7ed170b3f9818f6 /Electronic_Principles | |
parent | 92cca121f959c6616e3da431c1e2d23c4fa5e886 (diff) | |
parent | 121f6027864eec574ad581705eb277e19120720c (diff) | |
download | Python-Textbook-Companions-ba4d7bfd00d268a9a5fbdee8938f9a4b5a04851d.tar.gz Python-Textbook-Companions-ba4d7bfd00d268a9a5fbdee8938f9a4b5a04851d.tar.bz2 Python-Textbook-Companions-ba4d7bfd00d268a9a5fbdee8938f9a4b5a04851d.zip |
add/modify/remove book
Diffstat (limited to 'Electronic_Principles')
-rwxr-xr-x | Electronic_Principles/Chapter_14_New.ipynb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Electronic_Principles/Chapter_14_New.ipynb b/Electronic_Principles/Chapter_14_New.ipynb index d16f054a..d4234e3d 100755 --- a/Electronic_Principles/Chapter_14_New.ipynb +++ b/Electronic_Principles/Chapter_14_New.ipynb @@ -304,7 +304,7 @@ "input": [
"\n",
"import matplotlib.pyplot as plt\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"\n",
"print 'Input signal switches from 0 to 15 V at pt. A & 15 to 0 V at pt. B'\n",
"x=[1,2,3,4,5,6,7,8,9,10]\n",
|