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 /Linear_Integrated_Circuits | |
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 'Linear_Integrated_Circuits')
-rwxr-xr-x | Linear_Integrated_Circuits/Chapter_4.ipynb | 2 | ||||
-rwxr-xr-x | Linear_Integrated_Circuits/Chapter_6.ipynb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Linear_Integrated_Circuits/Chapter_4.ipynb b/Linear_Integrated_Circuits/Chapter_4.ipynb index cd759624..2790c59c 100755 --- a/Linear_Integrated_Circuits/Chapter_4.ipynb +++ b/Linear_Integrated_Circuits/Chapter_4.ipynb @@ -25,7 +25,7 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "%pylab inline"
+ "%matplotlib inline"
],
"language": "python",
"metadata": {},
diff --git a/Linear_Integrated_Circuits/Chapter_6.ipynb b/Linear_Integrated_Circuits/Chapter_6.ipynb index 1e4a097d..92d30ea7 100755 --- a/Linear_Integrated_Circuits/Chapter_6.ipynb +++ b/Linear_Integrated_Circuits/Chapter_6.ipynb @@ -25,7 +25,7 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "%pylab inline"
+ "%matplotlib inline"
],
"language": "python",
"metadata": {},
|